David Smiley created LUCENE-4541:
------------------------------------

             Summary: Easier way to access ValueSource given docid
                 Key: LUCENE-4541
                 URL: https://issues.apache.org/jira/browse/LUCENE-4541
             Project: Lucene - Core
          Issue Type: New Feature
          Components: modules/other
            Reporter: David Smiley
            Priority: Minor


I was working on improving some sample code and I needed to access a value via 
a ValueSource given a docid in search results.  I was disappointed to see how 
many steps were needed.  Incidentally, Solr had to solve the same problem, and 
it's got ValueSourceAugmenter for this.  I propose a small utility class be 
created to do something similar, such that the client can merely create an 
instance and then call a method with a doc id to retrieve the value.

--
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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to