ScoringProfile.FunctionAggregation Property

Definition

A value indicating how the results of individual scoring functions should be combined. Defaults to "Sum". Ignored if there are no scoring functions.

public Azure.Search.Documents.Indexes.Models.ScoringFunctionAggregation? FunctionAggregation { get; set; }
member this.FunctionAggregation : Nullable<Azure.Search.Documents.Indexes.Models.ScoringFunctionAggregation> with get, set
Public Property FunctionAggregation As Nullable(Of ScoringFunctionAggregation)

Property Value

Applies to