Closed
Description
When the initial integration of the new Elasticsearch client was implemented, the search request builder did not yet support properties of the indices options and wildcard states like the old one did. Therefore the property org.springframework.data.elasticsearch.core.query.Query#getIndicesOptions
was ignored when building a request.
In the meantime most of the previously available options can - and should - be set.