Apache Lucene.Net 2.4.0 Class Library API

ConcurrentMergeScheduler.GetMergeThreadPriority Method 

Return the priority that merge threads run at. By default the priority is 1 plus the priority of (ie, slightly higher priority than) the first thread that calls merge.

public virtual int GetMergeThreadPriority();

See Also

ConcurrentMergeScheduler Class | Lucene.Net.Index Namespace