次の方法で共有


MagnitudeScoringParameters.ShouldBoostBeyondRangeByConstant プロパティ

定義

範囲の終了値を超えるフィールド値に定数ブーストを適用するかどうかを示す値を取得または設定します。既定値は 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)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象