ScoringFunction.Interpolation Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)