jimczi commented on issue #823: LUCENE-8939: Introduce Shared Count Early 
Termination In Parallel Search
URL: https://github.com/apache/lucene-solr/pull/823#issuecomment-526078472
 
 
   > That would require a CollectorManager implementation 
   
   Not necessarily, you could create a `GlobalSharedHitsThresholdChecker` and 
use it in the manager impl of `IndexSearcher#searchAfter` if the executor is 
not null and the number of slices is > 1 ?
   In fact I wonder if the collector manager impls 
(`SharedHitCountFieldCollectorManager`, ...) are required, we could use the 
`GlobalSharedHitsThresholdChecker` internally in `IndexSearcher` without adding 
a dedicated manager impl ?

----------------------------------------------------------------
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: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to