Hi Mike,
Actually, the example I gave is the document in this case. So there was no
"ships", only "drilling".
Dmitry
On Wed, Sep 14, 2011 at 1:59 PM, Michael Sokolov wrote:
> The highlighter gives you snippets of text surrounding words (terms) drawn
> from the query. The whole document should
Koji,
This looks strange to me, because I would assume, that highlighter also
applies boolean logic same way as a query parser. In this way of thinking
"drilling" should be highlighted if "ships" occurred together in the same
document. Which wasn't the case in the example.
Dmitry
On Wed, Sep 14,
(11/09/14 15:54), Dmitry Kan wrote:
Hello list,
Not sure how many of you are still using solr 1.4 in production, but here is
an issue with highlighting, that we've noticed:
The query is:
(drill AND ships) OR rigs
Excerpt from the highlighting list:
Within the fleet of 27 floatingrigs<
The highlighter gives you snippets of text surrounding words (terms)
drawn from the query. The whole document should satisfy the query (ie
it probably has ships/s somewhere else in it), but each snippet won't
generally have all the terms.
-Mike
On 9/14/2011 2:54 AM, Dmitry Kan wrote:
Hello