You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: