attributeCriteriaComputedByMinProximity property

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

Whether the best matching attribute should be determined by minimum proximity. This setting only affects ranking if the Attribute ranking criterion comes before Proximity in the ranking setting. If true, the best matching attribute is selected based on the minimum proximity of multiple matches. Otherwise, the best matching attribute is determined by the order in the searchableAttributes setting.

Implementation

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