There are a number of threads on this topic, but I can't make it work in ES 2.0 I've looked at the documentation for Delete API but it only mentions delete by document id.
I would like to:
- Query for a set of records with a given set of attributes and
- Delete that same set based on the same set of query parms
This is so I can remove some of the entries from a large dataset without having to reload that whole data set from scratch.
Please let point me in the right direction.