Partager via


TextWeights.Weights Propriété

Définition

Obtient ou définit le dictionnaire des pondérations par champ pour améliorer le scoring des documents. Les clés sont des noms de champs et les valeurs sont les pondérations de chaque champ.

[Newtonsoft.Json.JsonProperty(PropertyName="weights")]
public System.Collections.Generic.IDictionary<string,double> Weights { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="weights")>]
member this.Weights : System.Collections.Generic.IDictionary<string, double> with get, set
Public Property Weights As IDictionary(Of String, Double)

Valeur de propriété

Attributs
Newtonsoft.Json.JsonPropertyAttribute

S’applique à