TextWeights.Weights Property

Definition

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

[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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to