SerialMergeScheduler
A MergeScheduler that simply does each merge sequentially, using the current thread.
Functions
Link copied to clipboard
Provides an executor for parallelism during a single merge operation. By default, the method returns a SameThreadExecutorService where all intra-merge actions occur in their calling thread.
Link copied to clipboard
IndexWriter calls this on init.
Link copied to clipboard
Run the merges provided by MergeSource.getNextMerge.
Link copied to clipboard
Wraps the incoming Directory so that we can merge-throttle it using [ ].