attributeCriteriaComputedByMinProximity property

  1. @JsonKey(name: r'attributeCriteriaComputedByMinProximity')
bool? attributeCriteriaComputedByMinProximity
final

When the Attribute criterion is ranked above Proximity in your ranking formula, Proximity is used to select which searchable attribute is matched in the Attribute ranking stage.

Implementation

@JsonKey(name: r'attributeCriteriaComputedByMinProximity')
final bool? attributeCriteriaComputedByMinProximity;