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 2013/03/20 17:05:17 UTC

[jira] [Created] (LUCENE-4860) PostingsHighlighter should pass field name to PassageFormatter.format?

Michael McCandless created LUCENE-4860:
------------------------------------------

             Summary: PostingsHighlighter should pass field name to PassageFormatter.format?
                 Key: LUCENE-4860
                 URL: https://issues.apache.org/jira/browse/LUCENE-4860
             Project: Lucene - Core
          Issue Type: Improvement
            Reporter: Michael McCandless
            Assignee: Michael McCandless
             Fix For: 5.0, 4.3


If the app needs to render different fields (eg multi-valued vs single-valued) differently it's tricky now.

You can do Passage[0].getMatchTerms()[0].field(), but then that doesn't work if that field hit the empty highlight.

I think we should pass the fieldName to format directly?  And then maybe change getMatchTerms() to return BytesRef[] instead (the field name is redundant: they are all the same for all passages passed to format).

--
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