-
Notifications
You must be signed in to change notification settings - Fork 24.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unclear document description about 'search.max_buckets' #34209
Comments
hi @dharada ,
Do you think that the above note explains the behaviour clearly enough? |
Pinging @elastic/es-search-aggs |
No further feedback received. @dharada if you have the requested |
The note does explain the warning. Is there some other place showing how to set the search.max_buckets? |
@zorze |
hi, @javanna , does this parameter limit the number of buckets returned or created during aggregation? for example,if one shard create 20000 term buckets during aggregation, but the user limit the return size to 10, will this parameter trigger? |
@saiergong the
Basically, if at any point Elasticsearch finds that there are more than Each agg handles bucketing a little differently. E.g. |
[The actual behavior]
the requests that try to return more than the limit buckets will occur error.
[Issue]
https://www.elastic.co/guide/en/elasticsearch/reference/6.3/search-aggregations-bucket.html
[Request]
The text was updated successfully, but these errors were encountered: