You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Robert Muir (JIRA)" <ji...@apache.org> on 2013/03/18 20:48:16 UTC

[jira] [Commented] (LUCENE-4846) PostingsHighlighter should allow [expert] customization on how the field values are loaded

    [ https://issues.apache.org/jira/browse/LUCENE-4846?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13605530#comment-13605530 ] 

Robert Muir commented on LUCENE-4846:
-------------------------------------

I agree with the general approach, but maybe it should create + return the array of values rather than have it passed by reference in?
                
> PostingsHighlighter should allow [expert] customization on how the field values are loaded
> ------------------------------------------------------------------------------------------
>
>                 Key: LUCENE-4846
>                 URL: https://issues.apache.org/jira/browse/LUCENE-4846
>             Project: Lucene - Core
>          Issue Type: Improvement
>          Components: modules/highlighter
>            Reporter: Michael McCandless
>            Assignee: Michael McCandless
>             Fix For: 5.0, 4.3
>
>         Attachments: LUCENE-4846.patch
>
>
> Today it always loads from stored fields (searcher.doc), but it's sometimes
> useful to customize this, eg if your app separately already loads stored
> fields then it can avoid double-loading them.  Or if your app has some other
> place to pull the values from ...

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