File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
docs/reference/aggregations Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -13,10 +13,8 @@ aggregated for the buckets created by their "parent" bucket aggregation.
1313There are different bucket aggregators, each with a different "bucketing" strategy. Some define a single bucket, some
1414define fixed number of multiple buckets, and others dynamically create the buckets during the aggregation process.
1515
16- NOTE: The maximum number of buckets allowed in a single response is limited by a
17- dynamic cluster setting named
18- <<search-settings-max-buckets,`search.max_buckets`>>. It defaults to 65,536.
19- Requests that try to return more than the limit will fail with an exception.
16+ NOTE: The <<search-settings-max-buckets,`search.max_buckets`>> cluster setting
17+ limits the number of buckets allowed in a single response.
2018
2119include::bucket/adjacency-matrix-aggregation.asciidoc[]
2220
You can’t perform that action at this time.
0 commit comments