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 18:29:20 UTC

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

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

Michael McCandless updated LUCENE-4860:
---------------------------------------

    Attachment: LUCENE-4860.patch

Here's one possible approach ... it just add .getFormatter/.getScorer each taking String field, so subclass can pick an impl up front depending on the field name.
                
> 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
>
>         Attachments: LUCENE-4860.patch
>
>
> 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