spring-data-elasticsearch
spring-data-elasticsearch copied to clipboard
Allow additional parameters on a delete by query request.
Referring to #2864; Add a new DeleteByQuery
class that enriches a Query
with parameters like slices
. Deprecated the existing ElasticsearchOperations.delete(Query ...)
methods in favour of new ones using the new DeleteByQuery
class.