ScoringFunction.Boost Property

Definition

Gets or sets a multiplier for the raw score. Must be a positive number not equal to 1.0.

[Newtonsoft.Json.JsonProperty(PropertyName="boost")]
public double Boost { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="boost")>]
member this.Boost : double with get, set
Public Property Boost As Double

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to