You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Robert Muir (JIRA)" <ji...@apache.org> on 2013/07/02 04:54:22 UTC

[jira] [Created] (LUCENE-5087) add PostingsHighlighter.getGapSeparator

Robert Muir created LUCENE-5087:
-----------------------------------

             Summary: add PostingsHighlighter.getGapSeparator
                 Key: LUCENE-5087
                 URL: https://issues.apache.org/jira/browse/LUCENE-5087
             Project: Lucene - Core
          Issue Type: Improvement
          Components: modules/highlighter
            Reporter: Robert Muir
         Attachments: LUCENE-5087.patch

Currently this is hardcoded to a space. But in some situations for a multi-valued field (e.g. authors field), its convenient to treat each value discretely. See LUCENE-2603 for example.

So for such a field its nice if you can override and specify something else like U+2029 PARAGRAPH SEPARATOR.

--
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: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org