From 95fca87e9f5fae3283ade00363bfd2d094dd0689 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Mon, 24 Aug 2020 13:42:30 -0700 Subject: more test queries --- tests/files/POST_search_start_scroll.txt | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 tests/files/POST_search_start_scroll.txt (limited to 'tests/files/POST_search_start_scroll.txt') diff --git a/tests/files/POST_search_start_scroll.txt b/tests/files/POST_search_start_scroll.txt new file mode 100644 index 0000000..8c8fd00 --- /dev/null +++ b/tests/files/POST_search_start_scroll.txt @@ -0,0 +1,9 @@ +POST /my-index-000001/_search?scroll=1m +{ + "size": 100, + "query": { + "match": { + "message": "foo" + } + } +} -- cgit v1.2.3