highlight « lucene.net « Java Lucene Q&A

Home
Java Lucene Q&A
1.Database
2.Development
3.document
4.Field
5.index
6.lucene
7.lucene.net
8.nutch
9.query
10.solr
11.Tools
Java Lucene Q&A » lucene.net » highlight 

1. Search results Highlighting using Lucene.net    stackoverflow.com

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 ...

2. Get query terms from Lucene query for highlighting    stackoverflow.com

My Lucene queries will usually exist of a bunch of AND combined fields. Is it possible to get the queried fields out of the Query object again?

3. Extract terms from query for highlighting    stackoverflow.com

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:

Key - term:term
Value ...

4. Where has Lucene.Net.Highlight gone?    stackoverflow.com

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 ...

5. Lucene.NET query + highlighting    stackoverflow.com

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 ...

6. highlighting a text without using original text in lucene.net?    stackoverflow.com

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 ...

7. Highlighting a text with offsets    stackoverflow.com

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 ...

8. Lucene.net range queries + highlighting    stackoverflow.com

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 ...

java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.