Add defined ID to terms agg size header

This commit is contained in:
Clinton Gormley 2018-02-02 13:42:27 +01:00
parent 9d11cfd652
commit 45c1e37740
1 changed files with 1 additions and 0 deletions

View File

@ -105,6 +105,7 @@ Response:
By default, the `terms` aggregation will return the buckets for the top ten terms ordered by the `doc_count`. One can
change this default behaviour by setting the `size` parameter.
[[search-aggregations-bucket-terms-aggregation-size]]
==== Size
The `size` parameter can be set to define how many term buckets should be returned out of the overall terms list. By