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/17 23:41:14 UTC

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

Michael McCandless created LUCENE-4846:
------------------------------------------

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