Atri Sharma created LUCENE-8749:
-----------------------------------

             Summary: Proposal: Pluggable Interface for Slice Allocation 
Algorithm
                 Key: LUCENE-8749
                 URL: https://issues.apache.org/jira/browse/LUCENE-8749
             Project: Lucene - Core
          Issue Type: Improvement
          Components: core/search
            Reporter: Atri Sharma


The slice allocation method allocates one thread per segment today. If a user 
wishes to use a different slice allocation algorithm, there is no way except to 
make a change in IndexSearcher. This Jira proposes an interface to decouple the 
slice allocation mechanism from IndexSearcher and allow plugging in the method 
from an external factory (like Collectors).



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

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

Reply via email to