integerFacetingOptions property

IntegerFacetingOptions? integerFacetingOptions
getter/setter pair

If set, describes integer faceting options for the given integer property.

The corresponding integer property in the schema should be marked isFacetable. The number of buckets returned would be minimum of this and num_facet_buckets.

Implementation

IntegerFacetingOptions? integerFacetingOptions;