Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Search results Highlighting using Lucene.net

Tags:

lucene.net

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!

like image 654
user40907 Avatar asked Dec 30 '22 07:12

user40907


1 Answers

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?

like image 173
Carl Avatar answered Mar 31 '23 19:03

Carl