Stephen Greene wrote:
Hi Koji,

Thank you for your reply. I did try the QueryScorer without success, but
I was using Lucene 2.4.x
Hi Steve,

I thought you were using 2.9 or later because you mentioned
FastVectorHighlighter in your previous mail (FVH was first
introduced in 2.9). If I remember it correctly, 2.4's QueryScorer
doesn't recognize phrase, but SpanScorer does.

I noticed in the upgrade documentation that some changes had been made
relative to QueryScorer and QueryTermScorer in 3.1. I thought I would
check if someone else had come up with a solution for returning term
offsets before I set out to refactor the existing code. Do you have any
insight as to whether the fast vector highlighter would offer any
benefits in this area over the highlighter package?

I'm not sure FVH offers benefit for you, but yes, FVH can
recognize phrase and highlight terms per phrase.

Koji

--
http://www.rondhuit.com/en/


---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org
For additional commands, e-mail: java-user-h...@lucene.apache.org

Reply via email to