ScoringFunctionInterpolation Enum

Definition

Defines the function used to interpolate score boosting across a range of documents.

public enum ScoringFunctionInterpolation
type ScoringFunctionInterpolation = 
Public Enum ScoringFunctionInterpolation
Inheritance
ScoringFunctionInterpolation

Fields

Constant 1

Boosts scores by a constant factor.

Linear 0

Boosts scores by a linearly decreasing amount. This is the default interpolation for scoring functions.

Logarithmic 3

Boosts scores by an amount that decreases logarithmically. Boosts decrease quickly for higher scores, and more slowly as the scores decrease. This interpolation option is not allowed in tag scoring functions.

Quadratic 2

Boosts scores by an amount that decreases quadratically. Boosts decrease slowly for higher scores, and more quickly as the scores decrease. This interpolation option is not allowed in tag scoring functions.

Applies to