Skip to content

Latest commit

 

History

History
executable file
·
13 lines (9 loc) · 684 Bytes

File metadata and controls

executable file
·
13 lines (9 loc) · 684 Bytes

ManticoreSearch.Model.AggRange

Group documents into custom numeric or date ranges. Use with the range or date_range aggregation type.

Properties

Name Type Description Notes
Field string Attribute to group by
Ranges List<Range> Ordered list of ranges
Keyed bool Return buckets as an object keyed by range label when true, or as an array when false. Default is false. [optional]

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