View Source
Interface IIndexingRebuilderService
Assembly: Umbraco.Infrastructure.dll
Syntax
public interface IIndexingRebuilderService
Methods
View Source
CanRebuild(String)
Declaration
bool CanRebuild(string indexName)
Parameters
| Type |
Name |
Description |
| System.String |
indexName |
|
Returns
| Type |
Description |
| System.Boolean |
|
View Source
IsRebuilding(String)
Declaration
bool IsRebuilding(string indexName)
Parameters
| Type |
Name |
Description |
| System.String |
indexName |
|
Returns
| Type |
Description |
| System.Boolean |
|
View Source
TryRebuild(IIndex, String)
Declaration
bool TryRebuild(IIndex index, string indexName)
Parameters
| Type |
Name |
Description |
| IIndex |
index |
|
| System.String |
indexName |
|
Returns
| Type |
Description |
| System.Boolean |
|