Sdílet prostřednictvím


TextWeights(IDictionary<String,Double>) Constructor

Definition

Initializes a new instance of 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))

Parameters

weights
IDictionary<String,Double>

The dictionary of per-field weights to boost document scoring. The keys are field names and the values are the weights for each field.

Exceptions

weights is null.

Applies to