IntegerFacetingOptionsResponse

data class IntegerFacetingOptionsResponse(val integerBuckets: List<String>)

Used to specify integer faceting options.

Constructors

Link copied to clipboard

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Buckets for given integer values should be in strictly ascending order. For example, if values supplied are (1,5,10,100), the following facet buckets will be formed {<1, [1,5), [5-10), [10-100), >=100}.