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.
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
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET