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/GET_search_docvalues.txt | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 tests/files/GET_search_docvalues.txt (limited to 'tests/files/GET_search_docvalues.txt') diff --git a/tests/files/GET_search_docvalues.txt b/tests/files/GET_search_docvalues.txt new file mode 100644 index 0000000..5b92b39 --- /dev/null +++ b/tests/files/GET_search_docvalues.txt @@ -0,0 +1,16 @@ +GET /_search +{ + "query": { + "match_all": {} + }, + "docvalue_fields": [ + "my_ip*", + { + "field": "my_keyword_field" + }, + { + "field": "*_date_field", + "format": "epoch_millis" + } + ] +} -- cgit v1.2.3