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_boosting.txt | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 tests/files/GET_search_boosting.txt (limited to 'tests/files/GET_search_boosting.txt') diff --git a/tests/files/GET_search_boosting.txt b/tests/files/GET_search_boosting.txt deleted file mode 100644 index 9045a54..0000000 --- a/tests/files/GET_search_boosting.txt +++ /dev/null @@ -1,18 +0,0 @@ -GET /some-index/_search -{ - "query": { - "boosting": { - "positive": { - "term": { - "text": "apple" - } - }, - "negative": { - "term": { - "text": "pie tart fruit crumble tree" - } - }, - "negative_boost": 0.5 - } - } -} -- cgit v1.2.3