vote up 2 vote down star

Hi,

I'm working on an asp.net application which uses Lucene.net I need to highlight the search results returned from Lucene. I believe there is a Highlighter class which serves this purpose.I am using Lucene.Net version 2.0.0.4 but am not able to find any Highlighter class in it. Kindly help.

Thanks!

flag

0% accept rate

2 Answers

vote up 2 vote down

While Googling, I found this link: http://incubator.apache.org/lucene.net/docs/2.0/Highlighter.Net/Lucene.Net.Highlight.html. It might be what you're looking for?

link|flag
vote up 2 vote down

The highlighter class is in a 'contrib' package which is separate from the main Lucene code.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.