Look at the Highlighter in contrib. It creates fragments (context) and highlights search terms in them (keywords).

If you want to highlight Phrase's correctly, check out this issue which adds support for Spans and PhraseQuerys:

https://issues.apache.org/jira/browse/LUCENE-794

Mark


DURGA DEEP wrote:
Dear All,

         I've been scouring through the Lucene classes. Are there any
classes which can help me acheive the following ?.

         1)  We are an e-mail service provider. We wanted to provide a seach
capability of e-mail messages via Lucene. So far we are able to index/ parse
the e-mail. create the appopriate indexes etc..

              Now The customer wants us to have a google like search
capability i.e when they search for a particular word, the word should be
highlighted as well as the surrounding
              text i.e the context in which this word occurs should also be
shown.

              Example : when searching for the word thread.

              ...crawler is a classic example of Thread in an poolExecutor
code
               an poolExecutor code...

Any help greatly appreciated
+ddt


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to