Expose ExecutorService in ParallelMultiSearcher
-----------------------------------------------

                 Key: LUCENE-2515
                 URL: https://issues.apache.org/jira/browse/LUCENE-2515
             Project: Lucene - Java
          Issue Type: New Feature
    Affects Versions: 3.0.2, 2.9.3
            Reporter: Rocco Verhoef


I am constructing multiple lucene indexes to be search in parallel and updated 
multiple times per second. To keep control over the amounts of search threads 
created, please allow a ExecutorService to be supplied to the 
ParallelMultiSearcher so they can share resources. 

Also, please make it optional to have the shutdown or shutdownNow method of the 
executor called in (for example) the finalize method of ParallelMultiSearcher.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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

Reply via email to