SearchServiceManager Class |
Namespace: CMS.Search.Azure
public class SearchServiceManager
The SearchServiceManager type exposes the following members.
Name | Description | |
---|---|---|
SearchServiceManager |
Performs create, update or delete operations on Azure indexes.
|
Name | Description | |
---|---|---|
CreatingOrUpdatingIndex |
An event raised upon CreateOrUpdateIndex(Index) execution.
The event allows for modification of processed Index.
|
Name | Description | |
---|---|---|
CreateOrUpdateIndex |
Creates or updates index in Azure Search.
| |
DeleteDocuments |
Deletes documents from the index.
| |
DeleteIndexIfExists |
Deletes an Azure Search index if it exists.
| |
GetIndex |
Gets index from Azure Search service.
| |
GetStatistics |
Gets index statistics from Azure Search service.
|