-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Support for search_after [DATAES-571] #1143
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Nikolaos Georgiou commented I also agree this would be most useful :) |
maxim-bandurko-lsvt commented Voting for this card too That is another one pagination option that Elasticsearch has, and it is used very much in almost all applications that deals with huge datasets. If it is needed, I can provide a fix in branch at github for a review |
maxim-bandurko-lsvt commented If somebody interested in temporary patch for this feature, I can provide a work around that will work within existing PR using overrides with reflection |
William Wang commented NativeSearchQueryBuilder should support searchAfter method it is not compatible with new version ,much more inconvenient to use SearchSourceBuilder instead |
William Wang commented Additional my DATAES version is 4.0.1, newest release version |
adrian opened DATAES-571 and commented
Spring Data Elasticsearch doesn't provide search_after support (at least I didn't found after browsing the source code).
search_after support would allow to implement batch application querying large data without having to rely on a statefull approach (statefull scroll).
See https://www.elastic.co/guide/en/elasticsearch/reference/current/search-request-search-after.html
Affects: 3.2 M3 (Moore)
4 votes, 5 watchers
The text was updated successfully, but these errors were encountered: