Closed
Description
Sascha Woo opened DATAES-570 and commented
Elasticsearch re-introduces the Delete By Query API [1] in Version 5.x so it's time to move over. At the moment our ElasticsearchTemplate
use Scroll and Delete API to perform a delete by query.
https://www.elastic.co/guide/en/elasticsearch/reference/5.0/docs-delete-by-query.html
Referenced from: pull request #280