indexLanguages property
Set the languages of your index, for language-specific processing steps such as tokenization and normalization.
Implementation
@JsonKey(name: r'indexLanguages')
final List<String>? indexLanguages;
Set the languages of your index, for language-specific processing steps such as tokenization and normalization.
@JsonKey(name: r'indexLanguages')
final List<String>? indexLanguages;