aboutsummaryrefslogtreecommitdiffstats
path: root/tests/files/GET_search_ids.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/files/GET_search_ids.txt')
-rw-r--r--tests/files/GET_search_ids.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/files/GET_search_ids.txt b/tests/files/GET_search_ids.txt
new file mode 100644
index 0000000..f22c8b1
--- /dev/null
+++ b/tests/files/GET_search_ids.txt
@@ -0,0 +1,8 @@
+GET /some-index/_search
+{
+ "query": {
+ "ids" : {
+ "values" : ["1", "4", "100"]
+ }
+ }
+}