瀏覽代碼

Indicating that the size parameter defaults to 10. (#59438)

Adam Locke 5 年之前
父節點
當前提交
4dc5c87211
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      docs/reference/aggregations/bucket/composite-aggregation.asciidoc

+ 2 - 2
docs/reference/aggregations/bucket/composite-aggregation.asciidoc

@@ -535,10 +535,10 @@ first (ascending order, `asc`) or last (descending order, `desc`).
 ==== Size
 
 The `size` parameter can be set to define how many composite buckets should be returned.
-Each composite bucket is considered as a single bucket so setting a size of 10 will return the
+Each composite bucket is considered as a single bucket, so setting a size of 10 will return the
 first 10 composite buckets created from the values source.
 The response contains the values for each composite bucket in an array containing the values extracted
-from each value source.
+from each value source. Defaults to `10`.
 
 ==== Pagination