We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We could do
POST test_index/_msearch {} { "version": true, "query": { "match_all": {} } , "timeout": "10s"}
But the client doesn't allow to set flag version: true and timeout in msearch request body making in impossible to get version for hits in response
version: true
elasticsearch-java version: 7.17.0
The text was updated successfully, but these errors were encountered:
+1 for the version parameter, seq_no_primary_term cannot be set either
version
seq_no_primary_term
Sorry, something went wrong.
This has been fixed in PR #292, backported to version 8.2 in PR #293 and to version 7.17 in PR #294.
I find this now in 8.2.2 but not in the 7.17.4. Will that be in 7.17.5 then?
Successfully merging a pull request may close this issue.
We could do
But the client doesn't allow to set flag
version: true
and timeout in msearch request body making in impossible to get version for hits in responseelasticsearch-java version: 7.17.0
The text was updated successfully, but these errors were encountered: