DomainFacetHistogramResult
Defined in: js-api/src/domains.ts:424
Result of a 'histogram' facet: buckets respect the filter, totalBuckets ignore it.
Properties
| Property | Type | Defined in |
|---|---|---|
buckets | number[] | js-api/src/domains.ts:426 |
max | string | number | null | js-api/src/domains.ts:425 |
min | string | number | null | js-api/src/domains.ts:425 |
nulls | number | js-api/src/domains.ts:426 |
totalBuckets | number[] | js-api/src/domains.ts:426 |