Browse Source

Add defined ID to terms agg size header

Clinton Gormley 7 years ago
parent
commit
45c1e37740
1 changed files with 1 additions and 0 deletions
  1. 1 0
      docs/reference/aggregations/bucket/terms-aggregation.asciidoc

+ 1 - 0
docs/reference/aggregations/bucket/terms-aggregation.asciidoc

@@ -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