Humbedooh commented on issue #489: Errors with Elasticsearch 5.x
URL: 
https://github.com/apache/incubator-ponymail/issues/489#issuecomment-486488076
 
 
   Hmm yeah, what if I just turn scan() into an iterator instead? then I can do:
   
   for results in es.scan(blabla):
       process_results(results)
   
   and it would process for each scroll batch...and also work with older ES 
versions

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to