你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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。

适用于