AggHistogram
July 15, 2026 ยท View on GitHub
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| field | String | Field to group by | |
| interval | i32 | Interval of the histogram values | |
| offset | Option<i32> | Offset of the histogram values. Default value is 0. | [optional] |
| keyed | Option<bool> | Flag that defines if a search response will be a dictionary with the bucket keys. Default value is false. | [optional] |