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 ...
I'm extracting terms from the query calling ExtractTerms() on the Query object that I get as the result of QueryParser.Parse(). I get a HashTable, but each item present as:
I'm trying to figure out where Lucene.Net.Highlight.dll and the corresponding formatting classes (such as SimpleHTMLFormatter) have gone to.
The last time I downloaded Lucene.Net this assembly was packaged up in the zip ...
I am using Umbraco and came across Lucene. I found a lot of code and articles on Lucene, but I still can't build an acceptable search.
I have a number of fields ...
How can I highlight my searched text without using the original text in lucene.net? I just want to used an index and the text is indexed by using the ...
How can I highlight a searched text in lucene.net using the offsets of the search term?
I am using fastVector highlighter and lucene.net 2.9.2.
*Note* I have the offsets of the term that ...
Yet another Lucene.net question by an extreme newbie to it.
This time, I have found an interesting issue with using a query that contains a range and using highlighting.
I am writing this ...