-
Notifications
You must be signed in to change notification settings - Fork 242
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
Multisearch requests in new Java API do not support “sort” or “searchAfter” properties #170
Comments
We also got the same issue. Actually there are many properties missing in the MultisearchBody. For example When using HLRC, we are using
We can see that |
Hi. It says backported to version 7.17, so I assumed that the fix should be present in 7.17.4 as last released version for 7.17. But the new properties are not present there. I checked in the source code: https://github.com/elastic/elasticsearch-java/releases/tag/v7.17.4. The 7.17.4 release happened on the same day as the merging of the PR. Can you please tell me which version to use? In my project we are using 7.17.1, so we still don't want to update to 8.x, as some other major change may come. |
Update from my side: I checked out the repo and saw that the tag for 7.17.4 was done on May 3rd, and the task was merged on May 24. So the changes are not present in 7.17.x release. Can you please release them under 7.17? |
@AJovcheska the changes are present in version 7.17.5. |
SearchRequest offers the possibility to set the 'sort' or 'searchAfter' property, but in MSearchRequest this is missing. It is not available in MultisearchHeader not MultisearchBody in the RequestItem.
The text was updated successfully, but these errors were encountered: