Elasticsearch Scroll Using Python

Dear all,

I want to scroll through large elasticsearch index { more than 10000 documents } through python elasticsearch client, Is there any way to scroll through elasticsearch so that i can perform some operations on documents and create a new modified index.

Regards
Pankaj

Hi @cehpanku,

you can use the scan helper for that.

Daniel

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