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, 0 insertions, 16 deletions
diff --git a/tests/files/GET_search_docvalues.txt b/tests/files/GET_search_docvalues.txt
deleted file mode 100644
index 2fd57b1..0000000
--- a/tests/files/GET_search_docvalues.txt
+++ /dev/null
@@ -1,16 +0,0 @@
-GET /some-index/_search
-{
- "query": {
- "match_all": {}
- },
- "docvalue_fields": [
- "my_ip*",
- {
- "field": "my_keyword_field"
- },
- {
- "field": "*_date_field",
- "format": "epoch_millis"
- }
- ]
-}