Skip to content

Latest commit

 

History

History
executable file
·
14 lines (10 loc) · 742 Bytes

File metadata and controls

executable file
·
14 lines (10 loc) · 742 Bytes

ManticoreSearch.Model.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 int Interval of the histogram values
Offset int Offset of the histogram values. Default value is 0. [optional]
Keyed bool Flag that defines if a search response will be a dictionary with the bucket keys. Default value is false. [optional]

[Back to Model list] [Back to API list] [Back to README]