OpenSearch/docs/reference/search/aggregations
Adrien Grand 9282ae4ffd Terms aggregations: make size=0 return all terms.
Terms aggregations return up to `size` terms, so up to now, the way to get all
matching terms back was to set `size` to an arbitrary high number that would be
larger than the number of unique terms.

Terms aggregators already made sure to not allocate memory based on the `size`
parameter so this commit mostly consists in making `0` an alias for the
maximum integer value in the TermsParser.

Close #4837
2014-01-22 11:05:10 +01:00
..
bucket Terms aggregations: make size=0 return all terms. 2014-01-22 11:05:10 +01:00
metrics Reference docs fixes 2014-01-20 12:14:17 +01:00
bucket.asciidoc A GeoHashGrid aggregation that buckets GeoPoints into cells whose dimensions are determined by a choice of GeoHash resolution. 2014-01-07 18:03:33 +00:00
metrics.asciidoc - Added docs for the value_count aggregation 2013-11-29 12:35:42 +01:00