You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Michael McCandless (JIRA)" <ji...@apache.org> on 2015/06/12 18:03:01 UTC

[jira] [Resolved] (LUCENE-6558) Highlighter not working for CustomScoreQuery

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

Michael McCandless resolved LUCENE-6558.
----------------------------------------
       Resolution: Fixed
    Fix Version/s: Trunk
                   5.3

Thanks [~caomanhdat]!

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