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_tie.txt | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 tests/files/GET_search_multi_match_tie.txt (limited to 'tests/files/GET_search_multi_match_tie.txt') diff --git a/tests/files/GET_search_multi_match_tie.txt b/tests/files/GET_search_multi_match_tie.txt deleted file mode 100644 index 54f71db..0000000 --- a/tests/files/GET_search_multi_match_tie.txt +++ /dev/null @@ -1,11 +0,0 @@ -GET /some-index/_search -{ - "query": { - "multi_match" : { - "query": "brown fox", - "type": "best_fields", - "fields": [ "subject", "message" ], - "tie_breaker": 0.3 - } - } -} -- cgit v1.2.3