diff options
author | Bryan Newbold <bnewbold@archive.org> | 2020-08-25 18:33:39 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2020-08-25 18:33:39 -0700 |
commit | 45e4cd9537f289a98579eef36a2dc3e561cc48fa (patch) | |
tree | e14c9a9f889c09b0fffb2f440341c185c963d66f /tests/files/POST_search_rescore.txt | |
parent | 55f9b88ba1d63db75ef9cde3cf94e5c98526ad2f (diff) | |
download | es-public-proxy-45e4cd9537f289a98579eef36a2dc3e561cc48fa.tar.gz es-public-proxy-45e4cd9537f289a98579eef36a2dc3e561cc48fa.zip |
move tests around
Diffstat (limited to 'tests/files/POST_search_rescore.txt')
-rw-r--r-- | tests/files/POST_search_rescore.txt | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/tests/files/POST_search_rescore.txt b/tests/files/POST_search_rescore.txt deleted file mode 100644 index 071cf5f..0000000 --- a/tests/files/POST_search_rescore.txt +++ /dev/null @@ -1,26 +0,0 @@ -POST /some-index/_search -{ - "query" : { - "match" : { - "message" : { - "operator" : "or", - "query" : "the quick brown" - } - } - }, - "rescore" : { - "window_size" : 50, - "query" : { - "rescore_query" : { - "match_phrase" : { - "message" : { - "query" : "the quick brown", - "slop" : 2 - } - } - }, - "query_weight" : 0.7, - "rescore_query_weight" : 1.2 - } - } -} |