alternativesAsExact property

  1. @JsonKey(name: r'alternativesAsExact')
List<AlternativesAsExact>? alternativesAsExact
final

Alternatives of query words that should be considered as exact matches by the Exact ranking criterion. - ignorePlurals. Plurals and similar declensions added by the ignorePlurals setting are considered exact matches. - singleWordSynonym. Single-word synonyms, such as "NY/NYC" are considered exact matches. - multiWordsSynonym. Multi-word synonyms, such as "NY/New York" are considered exact matches.

Implementation

@JsonKey(name: r'alternativesAsExact')
final List<AlternativesAsExact>? alternativesAsExact;