Home > doofinder > RawRangeFacet
RawRangeFacet interface
RAW information received for a range filter.
Signature:
export interface RawRangeFacet
Properties
| Property | Type | Description |
|---|---|---|
| doc_count | number | Number of matching documents. |
| label | string | |
| range | { buckets: { doc_count: number; from: number; key: string; stats: RangeStats; }[]; } | Range information. |
| visible | boolean |