Closed
Description
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
elasticsearch-java version: 7.17.0