0.90.1: when using match_phrase highlighting returns sometimes the whole text

Hi,

in 0.90.1 when i use the following query:

"match": {
"text": {
"query": "this is a text",
"type": "phrase",
"slope: 100
"prefix_length":3
}
}

with this highlight settings:
"highlight": {
"pre_tags":[""],
"post_tags"[""],
"fields":{
"text":{
"fragment_size": 180,
"number_of_fragments":1
}
}
}

i get quite often the full text (highlighted) instead of the fragment. When
i change it back to a "normal" match-query it is fine.

the database is new indexed with 0.90.0.

Any ideas why?

Thank you,
Max

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.