decompoundedAttributes property

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

Attributes in your index to which word segmentation (decompounding) applies.

Implementation

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