erlexec
erlexec copied to clipboard
See how to bypass pagination limitation from ES when retrieving 10k documents
ElasticSearch by default only allows to retrieve 10k docs at once. It could be interesting to see how to use the scroll API to retrieve beyond this.
Related to #430