Michael McCandless created LUCENE-4861:
------------------------------------------

             Summary: can we use a single PostingsHighlighter for both whole 
and snippet highlighting?
                 Key: LUCENE-4861
                 URL: https://issues.apache.org/jira/browse/LUCENE-4861
             Project: Lucene - Core
          Issue Type: Improvement
            Reporter: Michael McCandless
            Assignee: Michael McCandless
             Fix For: 5.0, 4.3


Right now, because we pass the BreakIterator to the ctor, you have to make two 
instances if you sometimes want whole and sometimes want snippets.

But I think this is a fairly common use case, eg I want entire title field 
(with matches highlighted) but I want body field (snippets + highlights).  It 
would be nice to have this work with a single instance ...

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to