浏览代码

[DOCS] Deduplicate docs for `search.max_buckets`

James Rodewig 4 年之前
父节点
当前提交
73397f7fb2
共有 1 个文件被更改,包括 2 次插入4 次删除
  1. 2 4
      docs/reference/aggregations/bucket.asciidoc

+ 2 - 4
docs/reference/aggregations/bucket.asciidoc

@@ -13,10 +13,8 @@ aggregated for the buckets created by their "parent" bucket aggregation.
 There are different bucket aggregators, each with a different "bucketing" strategy. Some define a single bucket, some
 There are different bucket aggregators, each with a different "bucketing" strategy. Some define a single bucket, some
 define fixed number of multiple buckets, and others dynamically create the buckets during the aggregation process.
 define fixed number of multiple buckets, and others dynamically create the buckets during the aggregation process.
 
 
-NOTE: The maximum number of buckets allowed in a single response is limited by a
-dynamic cluster setting named
-<<search-settings-max-buckets,`search.max_buckets`>>. It defaults to 65,536.
-Requests that try to return more than the limit will fail with an exception.
+NOTE: The <<search-settings-max-buckets,`search.max_buckets`>> cluster setting
+limits the number of buckets allowed in a single response.
 
 
 include::bucket/adjacency-matrix-aggregation.asciidoc[]
 include::bucket/adjacency-matrix-aggregation.asciidoc[]