diff options
Diffstat (limited to 'tests/files/GET_search_wildcard.txt')
-rw-r--r-- | tests/files/GET_search_wildcard.txt | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/tests/files/GET_search_wildcard.txt b/tests/files/GET_search_wildcard.txt deleted file mode 100644 index 6eb199d..0000000 --- a/tests/files/GET_search_wildcard.txt +++ /dev/null @@ -1,12 +0,0 @@ -GET /some-index/_search -{ - "query": { - "wildcard": { - "user.id": { - "value": "ki*y", - "boost": 1.0, - "rewrite": "constant_score" - } - } - } -} |