Apache Lucene.Net 2.4.0 Class Library API

SerialMergeScheduler.Merge Method 

Just do the merges in sequence. We do this "synchronized" so that even if the application is using multiple threads, only one merge may run at a time.

public override void Merge(
   IndexWriter writer
);

See Also

SerialMergeScheduler Class | Lucene.Net.Index Namespace