aboutsummaryrefslogtreecommitdiffstats
path: root/tests/files/GET_highlight_complex.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/files/GET_highlight_complex.txt')
-rw-r--r--tests/files/GET_highlight_complex.txt16
1 files changed, 16 insertions, 0 deletions
diff --git a/tests/files/GET_highlight_complex.txt b/tests/files/GET_highlight_complex.txt
new file mode 100644
index 0000000..94e4221
--- /dev/null
+++ b/tests/files/GET_highlight_complex.txt
@@ -0,0 +1,16 @@
+GET /_search
+{
+ "query" : {
+ "match": { "user.id": "kimchy" }
+ },
+ "highlight" : {
+ "number_of_fragments" : 3,
+ "fragment_size" : 150,
+ "fields" : {
+ "body" : { "pre_tags" : ["<em>"], "post_tags" : ["</em>"] },
+ "blog.title" : { "number_of_fragments" : 0 },
+ "blog.author" : { "number_of_fragments" : 0 },
+ "blog.comment" : { "number_of_fragments" : 5, "order" : "score" }
+ }
+ }
+}