aboutsummaryrefslogtreecommitdiffstats
path: root/tests/files/search_fail/POST_search_inner.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/files/search_fail/POST_search_inner.txt')
-rw-r--r--tests/files/search_fail/POST_search_inner.txt17
1 files changed, 17 insertions, 0 deletions
diff --git a/tests/files/search_fail/POST_search_inner.txt b/tests/files/search_fail/POST_search_inner.txt
new file mode 100644
index 0000000..56c5acc
--- /dev/null
+++ b/tests/files/search_fail/POST_search_inner.txt
@@ -0,0 +1,17 @@
+POST /test/_search
+{
+ "query": {
+ "nested": {
+ "path": "comments",
+ "query": {
+ "match": { "comments.text": "words" }
+ },
+ "inner_hits": {
+ "_source": false,
+ "docvalue_fields": [
+ "comments.text.keyword"
+ ]
+ }
+ }
+ }
+}