Zach Chen created LUCENE-10636:
----------------------------------

             Summary: Could the partial score sum from essential list scores be 
cached?
                 Key: LUCENE-10636
                 URL: https://issues.apache.org/jira/browse/LUCENE-10636
             Project: Lucene - Core
          Issue Type: Improvement
            Reporter: Zach Chen


This is a follow-up issue from discussion 
[https://github.com/apache/lucene/pull/972#discussion_r909300200] . Currently 
in the implementation of BlockMaxMaxscoreScorer, there's duplicated computation 
of summing up scores from essential list scorers. We would like to see if this 
duplicated computation can be cached without introducing much overhead or data 
structure that might out-weight the benefit of caching.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org

Reply via email to