aboutsummaryrefslogtreecommitdiffstats
path: root/tests/files/POST_search_inner.txt.disabled
diff options
context:
space:
mode:
Diffstat (limited to 'tests/files/POST_search_inner.txt.disabled')
-rw-r--r--tests/files/POST_search_inner.txt.disabled17
1 files changed, 0 insertions, 17 deletions
diff --git a/tests/files/POST_search_inner.txt.disabled b/tests/files/POST_search_inner.txt.disabled
deleted file mode 100644
index 56c5acc..0000000
--- a/tests/files/POST_search_inner.txt.disabled
+++ /dev/null
@@ -1,17 +0,0 @@
-POST /test/_search
-{
- "query": {
- "nested": {
- "path": "comments",
- "query": {
- "match": { "comments.text": "words" }
- },
- "inner_hits": {
- "_source": false,
- "docvalue_fields": [
- "comments.text.keyword"
- ]
- }
- }
- }
-}