How to query more then 10k items without using the helpers.scan?

Hello all, i'm sure these topic was discussed in the past but i still didn't find the answer.
How do i query more then 10k fields without using the helpers.scan?
The reason i want to use the 'es.search' method and not the 'helpers.scan' is because the helpers.scan is replying a 'generator' data struck and it is taking a lot of time to generate it to dict.
(in python)
If anyone had the same dilemma i will be happy to know how he solved these issue.
Thanks!

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