diff options
Diffstat (limited to 'tests/files/GET_search_simplequerystring.txt')
-rw-r--r-- | tests/files/GET_search_simplequerystring.txt | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/tests/files/GET_search_simplequerystring.txt b/tests/files/GET_search_simplequerystring.txt deleted file mode 100644 index 2ae5507..0000000 --- a/tests/files/GET_search_simplequerystring.txt +++ /dev/null @@ -1,10 +0,0 @@ -GET /some-index/_search -{ - "query": { - "simple_query_string" : { - "query": "\"fried eggs\" +(eggplant | potato) -frittata", - "fields": ["title^5", "body"], - "default_operator": "and" - } - } -} |