From 45e4cd9537f289a98579eef36a2dc3e561cc48fa Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Tue, 25 Aug 2020 18:33:39 -0700 Subject: move tests around --- tests/files/GET_highlight_complex.txt | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 tests/files/GET_highlight_complex.txt (limited to 'tests/files/GET_highlight_complex.txt') diff --git a/tests/files/GET_highlight_complex.txt b/tests/files/GET_highlight_complex.txt deleted file mode 100644 index 288aa9f..0000000 --- a/tests/files/GET_highlight_complex.txt +++ /dev/null @@ -1,16 +0,0 @@ -GET /some-index/_search -{ - "query" : { - "match": { "user.id": "kimchy" } - }, - "highlight" : { - "number_of_fragments" : 3, - "fragment_size" : 150, - "fields" : { - "body" : { "pre_tags" : [""], "post_tags" : [""] }, - "blog.title" : { "number_of_fragments" : 0 }, - "blog.author" : { "number_of_fragments" : 0 }, - "blog.comment" : { "number_of_fragments" : 5, "order" : "score" } - } - } -} -- cgit v1.2.3