Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor scroll query parameter construction
There has been a change in how query parameters are constructed for the Elasticsearch scroll API. We now directly pass the scrollId under the PARAM_BODY key, fixing a bug where Elasticsearch would abort the query due to an URL too long. Fixes #320.
- Loading branch information