facetable property

bool? facetable
final

Indicates that the field can be used to create search facets, a count of results for each value in the field. The default is false .

Implementation

final bool? facetable;