Atri Sharma created LUCENE-8877:
-----------------------------------

             Summary: TopDocsCollector Should Not Depend on Priority Queue
                 Key: LUCENE-8877
                 URL: https://issues.apache.org/jira/browse/LUCENE-8877
             Project: Lucene - Core
          Issue Type: Improvement
            Reporter: Atri Sharma


TopDocsCollector is tightly coupled to the notion of priority queue, which is 
not necessarily a good abstraction to have since the collector really just 
needs an interface to iterate on and hold docID and score, with possibly shard 
indexes.

 

We should rewrite this to a more simplistic interface with priority queue being 
the default implementation 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

Reply via email to