isFacetable property

bool? isFacetable
getter/setter pair

Indicates that the property can be used for generating facets.

Cannot be true for properties whose type is object. IsReturnable must be true to set this option. Only supported for boolean, enum, integer, and text properties.

Implementation

core.bool? isFacetable;