Interface IIndexRebuilder
Assembly: cs.temp.dll.dll
Syntax
public interface IIndexRebuilder
Methods
CanRebuild(String)
Declaration
bool CanRebuild(string indexName)
Parameters
Type |
Name |
Description |
System.String |
indexName |
|
Returns
Type |
Description |
System.Boolean |
|
RebuildIndex(String, Nullable<TimeSpan>, Boolean)
Declaration
void RebuildIndex(string indexName, TimeSpan? delay = null, bool useBackgroundThread = true)
Parameters
Type |
Name |
Description |
System.String |
indexName |
|
System.Nullable<System.TimeSpan> |
delay |
|
System.Boolean |
useBackgroundThread |
|
RebuildIndexes(Boolean, Nullable<TimeSpan>, Boolean)
Declaration
void RebuildIndexes(bool onlyEmptyIndexes, TimeSpan? delay = null, bool useBackgroundThread = true)
Parameters
Type |
Name |
Description |
System.Boolean |
onlyEmptyIndexes |
|
System.Nullable<System.TimeSpan> |
delay |
|
System.Boolean |
useBackgroundThread |
|