mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-30 18:33:26 -04:00
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 |
||
---|---|---|
.. | ||
aggregations | ||
facets | ||
request | ||
suggesters | ||
aggregations.asciidoc | ||
count.asciidoc | ||
explain.asciidoc | ||
facets.asciidoc | ||
more-like-this.asciidoc | ||
multi-search.asciidoc | ||
multi-termvectors.asciidoc | ||
percolate.asciidoc | ||
request-body.asciidoc | ||
search.asciidoc | ||
suggesters.asciidoc | ||
termvectors.asciidoc | ||
uri-request.asciidoc | ||
validate.asciidoc |