k1 property

double? k1
final

Optional. The parameter to control term frequency saturation. It determines the scaling between the matching term frequency and final score. k1 is in the range of 1.2, 3. The default value is 1.2.

Implementation

final double? k1;