tags:

views:

823

answers:

1

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!

+5  A: 

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?

Carl