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/GET_search_multi_match.txt | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 tests/files/GET_search_multi_match.txt (limited to 'tests/files/GET_search_multi_match.txt') diff --git a/tests/files/GET_search_multi_match.txt b/tests/files/GET_search_multi_match.txt deleted file mode 100644 index cf07050..0000000 --- a/tests/files/GET_search_multi_match.txt +++ /dev/null @@ -1,9 +0,0 @@ -GET /some-index/_search -{ - "query": { - "multi_match" : { - "query" : "this is a test", - "fields" : [ "subject^3", "message" ] - } - } -} -- cgit v1.2.3