You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently Elasticsearch has a default limit of 10000 items when returning a query results. This limit could be hit, for instance, when we perform a Data query with a broad enough date range. We should investigate our options in order to find the best strategy to overcome, or at least increase, such limit.
stefanomorson
changed the title
Best strategy to obtain more than 10000 results from Elasticsearch
Best practice to retrieve/scroll large result sets from Elasticsearch
Feb 8, 2018
Currently Elasticsearch has a default limit of 10000 items when returning a query results. This limit could be hit, for instance, when we perform a Data query with a broad enough date range. We should investigate our options in order to find the best strategy to overcome, or at least increase, such limit.
Some Elasticsearch documentation:
The text was updated successfully, but these errors were encountered: