[ 
https://issues.apache.org/jira/browse/LUCENE-6485?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Luca Cavanna updated LUCENE-6485:
---------------------------------
    Attachment: LUCENE-6485.patch

Patch attached

> Add a custom separator break iterator
> -------------------------------------
>
>                 Key: LUCENE-6485
>                 URL: https://issues.apache.org/jira/browse/LUCENE-6485
>             Project: Lucene - Core
>          Issue Type: Improvement
>            Reporter: Luca Cavanna
>         Attachments: LUCENE-6485.patch
>
>
> Lucene currently includes a WholeBreakIterator used to highlight entire 
> fields using the postings highlighter, without breaking their content into 
> sentences.
> I would like to contribute a CustomSeparatorBreakIterator that breaks when a 
> custom char separator is found in the text. This can be used for instance 
> when wanting to highlight entire fields, value per value. One can subclass 
> PostingsHighlighter and have getMultiValueSeparator return a control 
> character, like U+0000 , then use the custom break iterator to break on 
> U+0000 so that one snippet per value will be generated.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to