Click or drag to resize
SearchServiceManager Class
Performs create, update or delete operations on Azure indexes.
Inheritance Hierarchy
SystemObject
  CMS.Search.AzureSearchServiceManager

Namespace: CMS.Search.Azure
Assembly: CMS.Search.Azure (in CMS.Search.Azure.dll) Version: 11.0.0
Syntax
C#
public class SearchServiceManager

The SearchServiceManager type exposes the following members.

Constructors
  NameDescription
Public methodSearchServiceManager
Performs create, update or delete operations on Azure indexes.
Top
Fields
  NameDescription
Public fieldStatic memberCreatingOrUpdatingIndex
An event raised upon CreateOrUpdateIndex(Index) execution. The event allows for modification of processed Index.
Top
Methods
  NameDescription
Public methodCreateOrUpdateIndex
Creates or updates index in Azure Search.
Public methodDeleteDocuments
Deletes documents from the index.
Public methodDeleteIndexIfExists
Deletes an Azure Search index if it exists.
Public methodGetIndex
Gets index from Azure Search service.
Public methodGetStatistics
Gets index statistics from Azure Search service.
Top
See Also