Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MagnitudeScoringParameters

Package version

Provides parameter values to a magnitude scoring function.

Hierarchy

  • MagnitudeScoringParameters

Index

Properties

boostingRangeEnd

boostingRangeEnd: number

The field value at which boosting ends.

boostingRangeStart

boostingRangeStart: number

The field value at which boosting starts.

Optional shouldBoostBeyondRangeByConstant

shouldBoostBeyondRangeByConstant: undefined | false | true

A value indicating whether to apply a constant boost for field values beyond the range end value; default is false.

Generated using TypeDoc