diff options
Diffstat (limited to 'tests/files/GET_search_boosting.txt')
-rw-r--r-- | tests/files/GET_search_boosting.txt | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/tests/files/GET_search_boosting.txt b/tests/files/GET_search_boosting.txt deleted file mode 100644 index 9045a54..0000000 --- a/tests/files/GET_search_boosting.txt +++ /dev/null @@ -1,18 +0,0 @@ -GET /some-index/_search -{ - "query": { - "boosting": { - "positive": { - "term": { - "text": "apple" - } - }, - "negative": { - "term": { - "text": "pie tart fruit crumble tree" - } - }, - "negative_boost": 0.5 - } - } -} |