decompoundedAttributes property

  1. @JsonKey(name: r'decompoundedAttributes')
Object? decompoundedAttributes
final

Searchable attributes to which Algolia should apply word segmentation (decompounding). Attribute names are case-sensitive. Compound words are formed by combining two or more individual words, and are particularly prevalent in Germanic languages—for example, "firefighter". With decompounding, the individual components are indexed separately. You can specify different lists for different languages. Decompounding is supported for these languages: Dutch (nl), German (de), Finnish (fi), Danish (da), Swedish (sv), and Norwegian (no).

Implementation

@JsonKey(name: r'decompoundedAttributes')
final Object? decompoundedAttributes;