indexableOption property

String? indexableOption
getter/setter pair

When AttributesConfig.attribute_config_level is CATALOG_LEVEL_ATTRIBUTE_CONFIG, if INDEXABLE_ENABLED attribute values are indexed so that it can be filtered, faceted, or boosted in SearchService.Search.

Must be specified when AttributesConfig.attribute_config_level is CATALOG_LEVEL_ATTRIBUTE_CONFIG, otherwise throws INVALID_FORMAT error. Possible string values are:

  • "INDEXABLE_OPTION_UNSPECIFIED" : Value used when unset.
  • "INDEXABLE_ENABLED" : Indexable option enabled for an attribute.
  • "INDEXABLE_DISABLED" : Indexable option disabled for an attribute.

Implementation

core.String? indexableOption;