Way to get all documents more than 10,000,000

Dears, I want to get all docuemnts in an index.
I already know the way but there was a limitation.

Way to get documents more than 10,000.

Limitation

My index has over 10,000,000 documents.
First time, above way worked. But when I kept navigating another page. I got memory full errors. And can't use ES anymore.

Is there other efficient way? I think sort use lots of memory.
I have to get all huge documents from index..

Thank you very much

How many documents do you need to retrieve per pagination?

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.