ScoringFunctionInterpolation type

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

type ScoringFunctionInterpolation =
  | "linear"
  | "constant"
  | "quadratic"
  | "logarithmic"