From 70303be50c47d277850b28c604e63723c2a2d752 Mon Sep 17 00:00:00 2001 From: Martijn van Groningen Date: Thu, 25 Sep 2014 09:41:59 +0200 Subject: [PATCH] Docs: Mention that that p/c queries and filters do not work in the delete-by-query api. --- docs/reference/docs/delete-by-query.asciidoc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/reference/docs/delete-by-query.asciidoc b/docs/reference/docs/delete-by-query.asciidoc index 93e1c0513c6..4b824fe8d7d 100644 --- a/docs/reference/docs/delete-by-query.asciidoc +++ b/docs/reference/docs/delete-by-query.asciidoc @@ -148,3 +148,9 @@ at least 2 active shards within the relevant partition (`quorum`) for the operation to succeed. In a N shards with 1 replica scenario, there will need to be a single shard active (in this case, `one` and `quorum` is the same). + +[float] +[[limitations]] +=== Limitations + +The delete by query does not support the following queries and filters: `has_child`, `has_parent` and `top_children`. \ No newline at end of file