Use the Elasticsearch Scroll API when fetching large result sets

Description

Recent versions of Elasticsearch will refuse to run a query whose potential result size is larger than its

setting.

We either need to fetch this value from the ES node on initial connection, or allow the user to configure the same and make sure to use the Scroll API to run queries which could be larger.

Activity

Show:
Duplicate

Assignee

Reporter

Components

Priority

Created February 26, 2016 at 5:49 PM
Updated September 5, 2016 at 6:52 PM
Resolved September 5, 2016 at 6:52 PM
Loading...