Share via


TextWeights(IDictionary<String,Double>) コンストラクター

定義

TextWeights の新しいインスタンスを初期化します。

public TextWeights (System.Collections.Generic.IDictionary<string,double> weights);
new Azure.Search.Documents.Indexes.Models.TextWeights : System.Collections.Generic.IDictionary<string, double> -> Azure.Search.Documents.Indexes.Models.TextWeights
Public Sub New (weights As IDictionary(Of String, Double))

パラメーター

weights
IDictionary<String,Double>

ドキュメント スコアリングを向上させるフィールドごとの重みのディクショナリ。 キーはフィールド名であり、値は各フィールドの重みになります。

例外

weights が null です。

適用対象