Share via


SearchOptions.ScoringStatistics プロパティ

定義

スコアリングの統計 (ドキュメントの頻度など) をグローバルに計算して、より一貫性のあるスコアリングを行うか、ローカルで計算して待機時間を短縮するかを指定する値。 既定値は 'local' です。 スコアリングの前にグローバルにスコアリング統計を集計するには、'global' を使用します。 グローバル スコアリング統計を使用すると、検索クエリの待機時間が長くなる可能性があります。

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

プロパティ値

適用対象