Share via


ScoringFunction.Interpolation プロパティ

定義

文書のスコア間でのブーストの補間方法を示す値を取得または設定します。既定値は "Linear" です。 使用できる値は、'linear'、'constant'、'2 次'、'対数' です。

[Newtonsoft.Json.JsonProperty(PropertyName="interpolation")]
public Microsoft.Azure.Search.Models.ScoringFunctionInterpolation? Interpolation { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="interpolation")>]
member this.Interpolation : Nullable<Microsoft.Azure.Search.Models.ScoringFunctionInterpolation> with get, set
Public Property Interpolation As Nullable(Of ScoringFunctionInterpolation)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象