OpenSearch/docs/reference/search/aggregations/bucket
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
..
datehistogram-aggregation.asciidoc Reference docs fixes 2014-01-20 12:14:17 +01:00
daterange-aggregation.asciidoc - Added docs for the value_count aggregation 2013-11-29 12:35:42 +01:00
filter-aggregation.asciidoc initial commit of the aggregations module 2013-11-24 03:13:08 -08:00
geodistance-aggregation.asciidoc * setup accurate GeoDistance Function 2013-12-27 19:15:19 +09:00
geohashgrid-aggregation.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
global-aggregation.asciidoc initial commit of the aggregations module 2013-11-24 03:13:08 -08:00
histogram-aggregation.asciidoc Reference docs fixes 2014-01-20 12:14:17 +01:00
iprange-aggregation.asciidoc initial commit of the aggregations module 2013-11-24 03:13:08 -08:00
missing-aggregation.asciidoc Reference docs fixes 2014-01-20 12:14:17 +01:00
nested-aggregation.asciidoc initial commit of the aggregations module 2013-11-24 03:13:08 -08:00
range-aggregation.asciidoc initial commit of the aggregations module 2013-11-24 03:13:08 -08:00
terms-aggregation.asciidoc Terms aggregations: make size=0 return all terms. 2014-01-22 11:05:10 +01:00