From 95fca87e9f5fae3283ade00363bfd2d094dd0689 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Mon, 24 Aug 2020 13:42:30 -0700 Subject: more test queries --- tests/files/GET_search_boosting.txt | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 tests/files/GET_search_boosting.txt (limited to 'tests/files/GET_search_boosting.txt') diff --git a/tests/files/GET_search_boosting.txt b/tests/files/GET_search_boosting.txt new file mode 100644 index 0000000..4db1814 --- /dev/null +++ b/tests/files/GET_search_boosting.txt @@ -0,0 +1,18 @@ +GET /_search +{ + "query": { + "boosting": { + "positive": { + "term": { + "text": "apple" + } + }, + "negative": { + "term": { + "text": "pie tart fruit crumble tree" + } + }, + "negative_boost": 0.5 + } + } +} -- cgit v1.2.3