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/search/GET_search_match_all.txt | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 tests/files/search/GET_search_match_all.txt (limited to 'tests/files/search/GET_search_match_all.txt') diff --git a/tests/files/search/GET_search_match_all.txt b/tests/files/search/GET_search_match_all.txt new file mode 100644 index 0000000..1d9622c --- /dev/null +++ b/tests/files/search/GET_search_match_all.txt @@ -0,0 +1,6 @@ +GET /some-index/_search +{ + "query": { + "match_all": { "boost" : 1.2 } + } +} -- cgit v1.2.3