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

This commit is contained in:
Adam Locke 2020-07-13 16:27:20 -04:00 committed by GitHub
parent 64c5f70a2d
commit aa260636e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -535,10 +535,10 @@ first (ascending order, `asc`) or last (descending order, `desc`).
==== Size ==== Size
The `size` parameter can be set to define how many composite buckets should be returned. 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. 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 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 ==== Pagination