Greg Miller created LUCENE-10258:
------------------------------------

             Summary: DoubleValuesSource#fromScorer() should leverage 
ScoreCachingWrappingScorer
                 Key: LUCENE-10258
                 URL: https://issues.apache.org/jira/browse/LUCENE-10258
             Project: Lucene - Core
          Issue Type: Improvement
          Components: core/search
            Reporter: Greg Miller


DoubleValuesSource#fromScorer() is a helper method for wrapping a Scorable in a 
DoubleValues instance (providing the value of Scorable#score() as its value). 
It would be nice to leverage ScoreCachingWrappingScorer for this use-case to 
avoid unnecessarily recomputing the score if the Scorable is being used 
elsewhere.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to