attributesToTransliterate property

  1. @JsonKey(name: r'attributesToTransliterate')
List<String>? attributesToTransliterate
final

Attributes in your index to which Japanese transliteration applies. This will ensure that words indexed in Katakana or Kanji can also be searched in Hiragana.

Implementation

@JsonKey(name: r'attributesToTransliterate')
final List<String>? attributesToTransliterate;