aboutsummaryrefslogtreecommitdiffstats
path: root/tests/files/GET_search_docvalues.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/files/GET_search_docvalues.txt')
-rw-r--r--tests/files/GET_search_docvalues.txt16
1 files changed, 16 insertions, 0 deletions
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"
+ }
+ ]
+}