indexLanguages property
Languages for language-specific processing steps, such as word detection and dictionary settings. You should always specify an indexing language. If you don't specify an indexing language, the search engine uses all supported languages, or the languages you specified with the ignorePlurals
or removeStopWords
parameters. This can lead to unexpected search results. For more information, see Language-specific configuration.
Implementation
@JsonKey(name: r'indexLanguages')
final List<SupportedLanguage>? indexLanguages;