indexable property

  1. @Deprecated('Not supported. Member documentation may have more information.')
bool? indexable
getter/setter pair

This field is normally ignored unless AttributesConfig.attribute_config_level of the Catalog is set to the deprecated 'PRODUCT_LEVEL_ATTRIBUTE_CONFIG' mode.

For information about product-level attribute configuration, see Configuration modes. If true, custom attribute values are indexed, so that they can be filtered, faceted or boosted in SearchService.Search. This field is ignored in a UserEvent. See SearchRequest.filter, SearchRequest.facet_specs and SearchRequest.boost_spec for more details.

Implementation

@core.Deprecated(
  'Not supported. Member documentation may have more information.',
)
core.bool? indexable;