msokolov commented on issue #1316: LUCENE-8929 parallel early termination in 
TopFieldCollector using minmin score
URL: https://github.com/apache/lucene-solr/pull/1316#issuecomment-602263312
 
 
   Hi Jim - thanks so much for diving in! You have some great suggestions, 
which I'll work to incorporate. I agree that specializing for collection over a 
sorted index that can be early terminated makes sense as a single collector, 
both for parallel and serial cases. I'm not so sure that the sorting opto Mayya 
is working on is related to this though - it seems like something that would 
help when sorting by a field in general, but isn't needed (I think?) in the 
specific case when the sort is by the index sort, since then no skipping is 
possible, although I may have misunderstood?

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

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

Reply via email to