ScoringProfile.FunctionAggregation Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)