From 55f9b88ba1d63db75ef9cde3cf94e5c98526ad2f Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Tue, 25 Aug 2020 18:09:18 -0700 Subject: significant increase in parse and test coverage --- tests/files/POST_search_inner.txt.disabled | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 tests/files/POST_search_inner.txt.disabled (limited to 'tests/files/POST_search_inner.txt.disabled') diff --git a/tests/files/POST_search_inner.txt.disabled b/tests/files/POST_search_inner.txt.disabled new file mode 100644 index 0000000..56c5acc --- /dev/null +++ b/tests/files/POST_search_inner.txt.disabled @@ -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" + ] + } + } + } +} -- cgit v1.2.3