exactSearchableOption property

String? exactSearchableOption
getter/setter pair

If EXACT_SEARCHABLE_ENABLED, attribute values will be exact searchable.

This property only applies to textual custom attributes and requires indexable set to enabled to enable exact-searchable. If unset, the server behavior defaults to EXACT_SEARCHABLE_DISABLED. Possible string values are:

  • "EXACT_SEARCHABLE_OPTION_UNSPECIFIED" : Value used when unset.
  • "EXACT_SEARCHABLE_ENABLED" : Exact searchable option enabled for an attribute.
  • "EXACT_SEARCHABLE_DISABLED" : Exact searchable option disabled for an attribute.

Implementation

core.String? exactSearchableOption;