-
Notifications
You must be signed in to change notification settings - Fork 25.8k
Paging support for aggregations #4915
Copy link
Copy link
Closed
Labels
:Analytics/AggregationsAggregationsAggregations
Description
Terms aggregation does not support a way to page through the buckets returned.
To work around this, I've been trying to set 'min_doc_count' to limit the buckets returned and using a 'exclude' filter, to exclude already 'seen' pages.
Will this result in better running time performance on the ES cluster as compared to getting all the buckets and then doing my own paging logic client side ?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
:Analytics/AggregationsAggregationsAggregations
Type
Fields
Give feedbackNo fields configured for issues without a type.