aboutsummaryrefslogtreecommitdiffstats
path: root/tests/files/GET_search_match_all.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/files/GET_search_match_all.txt')
-rw-r--r--tests/files/GET_search_match_all.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/files/GET_search_match_all.txt b/tests/files/GET_search_match_all.txt
new file mode 100644
index 0000000..1d9622c
--- /dev/null
+++ b/tests/files/GET_search_match_all.txt
@@ -0,0 +1,6 @@
+GET /some-index/_search
+{
+ "query": {
+ "match_all": { "boost" : 1.2 }
+ }
+}