[ 
https://issues.apache.org/jira/browse/LUCENE-4861?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13607853#comment-13607853
 ] 

Robert Muir commented on LUCENE-4861:
-------------------------------------

I think its also better if we fix some remaining issues in WholeBreakIterator 
and make it public rather than 'return null' here.

I'll look at this thing and see if i can get it in shape.
                
> 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