helpers.scan not working (v7.0.3)
See original GitHub issueHi I’m using Python 3.6.8
Since the last elasticsearch update I got an error with the scan
method (with pyelasticsearch version 7.0.3
).
The problem is that it is not scrolling.
In the previous version 7.0.2
it works perfectly.
Thank you in advance 😃
Issue Analytics
- State:
- Created 4 years ago
- Comments:9 (5 by maintainers)
Top Results From Across the Web
Helpers — Elasticsearch 7.16.0 documentation
By default scan does not return results in any pre-determined order. To have a standard order in the returned documents (either by score...
Read more >VMware ESXi 7.0 Update 3f Release Notes
Patches Contained in this Release; Resolved Issues; Known Issues; Known Issues from Previous Releases. IMPORTANT: If your source system contains ...
Read more >ElasticSearch, size parameter doesn't work for helpers.scan ...
I just want to get 50000 records. but the truth is that I get the whole index(more than 1 million records). result =...
Read more >Bug listing with status RESOLVED with resolution FIXED as at ...
... Bug:224 - "gdm does not work" status:RESOLVED resolution:FIXED severity:critical ... Bug:422 - "freesci-0.3.3.ebuild (New package)" status:RESOLVED ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thank you for your patience, I realized the problem is that you are using an old version of the code which got accidentally released in the
wheel
version of package. I just release7.0.4
which corrects the mistake. My apologies!I just did it, and this is the response:
NOTE: I removed the 10 first hits from the output