TextWeights(IDictionary<String,Double>) Constructor
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.
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
GitHub'da bizimle işbirliği yapın
Bu içeriğin kaynağı GitHub'da bulunabilir; burada ayrıca sorunları ve çekme isteklerini oluşturup gözden geçirebilirsiniz. Daha fazla bilgi için katkıda bulunan kılavuzumuzu inceleyin.
Azure SDK for .NET