Use AtomicReaderContext also for CustomScoreProvider
----------------------------------------------------

                 Key: LUCENE-3213
                 URL: https://issues.apache.org/jira/browse/LUCENE-3213
             Project: Lucene - Java
          Issue Type: Improvement
    Affects Versions: 4.0
            Reporter: Uwe Schindler
            Assignee: Uwe Schindler
             Fix For: 4.0


When moving to AtomicReaderContext, one place was not changed to use it: 
CustomScoreQuery's CustomScoreProvider. It should also take AtomicReaderContext 
instead of IndexReader, as this may help users to effectively implement custom 
scoring there absolute DocIds are needed.

--
This message is automatically generated by JIRA.
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