atris commented on issue #754: LUCENE-8875: Introduce Optimized Collector For 
Large Number Of Hits
URL: https://github.com/apache/lucene-solr/pull/754#issuecomment-509109583
 
 
   @jpountz I have pushed a new iteration which does as discussed i.e. builds a 
hits list and populates hits as long as the number of collected hits are lesser 
than number of hits requested. Once that threshold is reached, a priority queue 
is built and minimum competitive score is set and used to filter further hits.
   
   Please let me know if it looks fine.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

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

Reply via email to