次の方法で共有


ScoringProfile.FunctionAggregation プロパティ

定義

個々のスコアリング関数の結果を組み合わせる方法を示す値。 既定値は "Sum" です。 スコアリング関数がない場合は無視されます。

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)

プロパティ値

適用対象