minProximity property

  1. @JsonKey(name: r'minProximity')
int? minProximity
final

Minimum proximity score for two matching words. This adjusts the Proximity ranking criterion by equally scoring matches that are farther apart. For example, if minProximity is 2, neighboring matches and matches with one word between them would have the same score.

Implementation

// minimum: 1
// maximum: 7
@JsonKey(name: r'minProximity')
final int? minProximity;