Bagikan melalui


ScoringProfile.FunctionAggregation Property

Definition

Gets or sets a value indicating how the results of individual scoring functions should be combined. Defaults to "Sum". Ignored if there are no scoring functions. Possible values include: 'sum', 'average', 'minimum', 'maximum', 'firstMatching'

[Newtonsoft.Json.JsonProperty(PropertyName="functionAggregation")]
public Microsoft.Azure.Search.Models.ScoringFunctionAggregation? FunctionAggregation { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="functionAggregation")>]
member this.FunctionAggregation : Nullable<Microsoft.Azure.Search.Models.ScoringFunctionAggregation> with get, set
Public Property FunctionAggregation As Nullable(Of ScoringFunctionAggregation)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to