Skip to content

Latest commit

 

History

History
executable file
·
16 lines (9 loc) · 590 Bytes

File metadata and controls

executable file
·
16 lines (9 loc) · 590 Bytes

AggHistogram

Object to use histograms in aggregation, i.e., grouping search results by histogram values

Properties

Name Type Description Notes
field String Field to group by
interval Integer Interval of the histogram values
offset Integer Offset of the histogram values. Default value is 0. [optional]
keyed Boolean Flag that defines if a search response will be a dictionary with the bucket keys. Default value is false. [optional]