Свойство | Тип | Описание | |
---|---|---|---|
dir | Lucene.Net.Store.Directory | ||
mergeThreadCount | int | ||
mergeThreads | IList |
||
writer |
Метод | Описание | |
---|---|---|
AnyUnhandledExceptions ( ) : bool |
Used for testing
|
|
ClearSuppressExceptions ( ) : void |
Used for testing
|
|
ClearUnhandledExceptions ( ) : void | ||
ConcurrentMergeScheduler ( ) : System.Collections.Generic | ||
Merge ( |
||
SetMergeThreadPriority ( int pri ) : void |
Set the priority that merge threads run at.
|
|
SetSuppressExceptions ( ) : void |
Used for testing
|
|
SetTestMode ( ) : void | ||
Sync ( ) : void |
Метод | Описание | |
---|---|---|
Dispose ( bool disposing ) : void | ||
DoMerge ( |
Does the actual merge, by calling IndexWriter.Merge
|
|
GetMergeThread ( |
Create and return a new MergeThread
|
|
HandleMergeException ( System exc ) : void |
Called when an exception is hit in a background merge thread
|
Метод | Описание | |
---|---|---|
AddMyself ( ) : void |
Used for testing
|
|
GetMergeThreadPriority ( ) : int | ||
InitMergeThreadPriority ( ) : void | ||
MergeThreadCount ( ) : int | ||
Message ( System message ) : void | ||
Verbose ( ) : bool |
public static AnyUnhandledExceptions ( ) : bool | ||
Результат | bool |
public static ClearUnhandledExceptions ( ) : void | ||
Результат | void |
public ConcurrentMergeScheduler ( ) : System.Collections.Generic | ||
Результат | System.Collections.Generic |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
Результат | void |
protected DoMerge ( |
||
merge | ||
Результат | void |
protected GetMergeThread ( |
||
writer | ||
merge | ||
Результат | MergeThread |
protected HandleMergeException ( System exc ) : void | ||
exc | System | |
Результат | void |
public Merge ( |
||
writer | ||
Результат | void |
public SetMergeThreadPriority ( int pri ) : void | ||
pri | int | |
Результат | void |
protected Lucene.Net.Store.Directory dir | ||
Результат | Lucene.Net.Store.Directory |