IndexHelper Methods |
The IndexHelper type exposes the following members.
Name | Description | |
---|---|---|
BuildIndexInstances | ||
ConvertToIndex(JObject) |
Converts json object to index
| |
ConvertToIndex(XElement) |
Converts json object to index
| |
ConvertToJson |
Converts index to json format
| |
ConvertToXml |
Converts index instance data to xml element
| |
GetIndexesStatusInformation |
Gets all indexes status
| |
GetIndexesStatusInformation(String) |
Gets repository indexes status
| |
GetIndexStatusInformation |
Gets index status
| |
GetIndexWithSchemaExtender | ||
GetInstanceLatestStatus |
Gets instance last build status
| |
GetTaskName | ||
IsInstanceAvailable(IIndexProvider) |
Shows if instance available
| |
IsInstanceAvailable(String, String, String) |
Shows if instance available
| |
LoadIndex |
Loads index
| |
Merge(JObject, IIndex) |
Merges json data to index
| |
Merge(XElement, IIndex) |
Merges XElement data to index
| |
SaveIndex |
Saves index
| |
SendIndexBuildFinishedNotification |
Sends index build finished notification
|