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
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.
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
The text was updated successfully, but these errors were encountered: