[
https://issues.apache.org/jira/browse/LUCENE-6558?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14583205#comment-14583205
]
Cao Manh Dat edited comment on LUCENE-6558 at 6/12/15 10:04 AM:
----------------------------------------------------------------
Here is patch file for this issue (fix on both Highlighter and
FastVectorHighlighter).
Confirm that PostHighlighter not fail for this bug.
Thanks [~mikemccand] for fast response!
was (Author: caomanhdat):
Here is patch file for this issue (fix on both Highlighter and
FastVectorHighlighter).
Confirm that PostHighlighter not fail for this bug.
> Highlighter not working for CustomScoreQuery
> --------------------------------------------
>
> Key: LUCENE-6558
> URL: https://issues.apache.org/jira/browse/LUCENE-6558
> Project: Lucene - Core
> Issue Type: Bug
> Components: modules/highlighter
> Affects Versions: 5.2
> Reporter: Cao Manh Dat
> Attachments: LUCENE-6558.patch
>
>
> Highlighter and FastVectorHighlighter not working for CustomScoreQuery
> {code}
> CustomScoreQuery query = new CustomScoreQuery(termQuery);
> QueryScorer scorer = new QueryScorer(query, FIELD_NAME);
> Highlighter highlighter = new Highlighter(scorer);
> ...
> String fragment = highlighter.getBestFragment(stream, storedField); // always
> return null
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]