MagnitudeScoringParameters.ShouldBoostBeyondRangeByConstant Property

Definition

Gets or sets a value indicating whether to apply a constant boost for field values beyond the range end value; default is false.

[Newtonsoft.Json.JsonProperty(PropertyName="constantBoostBeyondRange")]
public bool? ShouldBoostBeyondRangeByConstant { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="constantBoostBeyondRange")>]
member this.ShouldBoostBeyondRangeByConstant : Nullable<bool> with get, set
Public Property ShouldBoostBeyondRangeByConstant As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to