Interface IConcurrentMergeScheduler
Assembly: Lucene.Net.dll
Syntax
public interface IConcurrentMergeScheduler : IMergeScheduler, IDisposable
Properties
MaxMergeCount
Declaration
int MaxMergeCount { get; }
Property Value
MaxThreadCount
Declaration
int MaxThreadCount { get; }
Property Value
MergeThreadPriority
Declaration
int MergeThreadPriority { get; }
Property Value
Methods
ClearSuppressExceptions()
Declaration
void ClearSuppressExceptions()
SetMaxMergesAndThreads(int, int)
Declaration
void SetMaxMergesAndThreads(int maxMergeCount, int maxThreadCount)
Parameters
Type |
Name |
Description |
int |
maxMergeCount |
|
int |
maxThreadCount |
|
SetMergeThreadPriority(int)
Declaration
void SetMergeThreadPriority(int priority)
Parameters
Type |
Name |
Description |
int |
priority |
|
SetSuppressExceptions()
Declaration
void SetSuppressExceptions()
Sync()
Declaration