Modifiy ConcurrentMergeScheduler to use a thread pool per merge target directory. Add settings for the thread pool. For use with LUCENE-1313.
We may want to wait to implement this in 3.0 when we can reuse ThreadPoolExecutor in Java 1.5.
Description
Modifiy ConcurrentMergeScheduler to use a thread pool per merge target directory. Add settings for the thread pool. For use with LUCENE-1313.
We may want to wait to implement this in 3.0 when we can reuse ThreadPoolExecutor in Java 1.5.