From 45e4cd9537f289a98579eef36a2dc3e561cc48fa Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Tue, 25 Aug 2020 18:33:39 -0700 Subject: move tests around --- tests/files/POST_search_inner.txt.disabled | 17 ----------------- 1 file changed, 17 deletions(-) delete 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 deleted file mode 100644 index 56c5acc..0000000 --- a/tests/files/POST_search_inner.txt.disabled +++ /dev/null @@ -1,17 +0,0 @@ -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