Share via


ScoringFunction.Interpolation Property

Definition

A value indicating how boosting will be interpolated across document scores; defaults to "Linear".

public Azure.Search.Documents.Indexes.Models.ScoringFunctionInterpolation? Interpolation { get; set; }
member this.Interpolation : Nullable<Azure.Search.Documents.Indexes.Models.ScoringFunctionInterpolation> with get, set
Public Property Interpolation As Nullable(Of ScoringFunctionInterpolation)

Property Value

Applies to