[
https://issues.apache.org/jira/browse/LUCENE-5133?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13765636#comment-13765636
]
ASF subversion and git services commented on LUCENE-5133:
---------------------------------------------------------
Commit 1522666 from [~mikemccand] in branch 'dev/branches/branch_4x'
[ https://svn.apache.org/r1522666 ]
LUCENE-5133: allow highlight to Object for AnalyzingInfixSuggester for advanced
use cases
> AnalyzingInfixSuggester should return structured highlighted results instead
> of single String per result
> --------------------------------------------------------------------------------------------------------
>
> Key: LUCENE-5133
> URL: https://issues.apache.org/jira/browse/LUCENE-5133
> Project: Lucene - Core
> Issue Type: Improvement
> Reporter: Michael McCandless
> Assignee: Michael McCandless
> Fix For: 5.0, 4.6
>
> Attachments: LUCENE-5133.patch, LUCENE-5133.patch, LUCENE-5133.patch
>
>
> Today it renders to an HTML string (<b>..</b> for hits) in protected
> methods that one can override to change the highlighting, but this is
> hard/inefficient to use for search servers that want to e.g. return
> JSON representation of the highlighted result.
> This is the same issue as LUCENE-4906 (PostingsHighlighter) but for
> AnalyzingInfixSuggester's highlights instead.
--
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]