CMS.Search.Azure Namespace |
Class | Description | |
---|---|---|
AddDocumentValueEventArgs |
Arguments of event represented by AddDocumentValueHandler.
| |
AddDocumentValueHandler |
Handler for event raised when Azure Search Document value is being added.
| |
AzureIndexStatistics |
Encapsulates statistics of an Azure index.
| |
AzureIndexStatisticsProvider |
Provides statistics of Azure Search indexes.
| |
AzureSearchFieldFlags |
Contains Azure Search specific flag names.
| |
CreateDocumentEventArgs |
Arguments of event represented by CreateDocumentHandler.
| |
CreateDocumentHandler |
Handler for event raised when Azure Search Document is being created from a SearchDocument.
| |
CreateFieldEventArgs |
Arguments of event represented by CreateFieldHandler.
| |
CreateFieldHandler |
Handler for event raised during Azure Search field creation.
| |
CreateFieldsEventArgs |
Arguments of event represented by CreateFieldsHandler.
| |
CreateFieldsHandler |
Handler for event raised during Azure Search fields creation.
| |
CreateOrUpdateIndexEventArgs |
Arguments of event represented by CreateOrUpdateIndexHandler.
| |
CreateOrUpdateIndexHandler |
Handler for event raised when Azure Search Index is created or updated.
| |
DataMapper | Provides mapping of data types and their values from .NET types to Azure Search types. The implementation can map Int32, Int64, Boolean, Double, DateTime, String and IEnumerableT of String types directly to their Azure counterparts. Types Guid and Decimal are mapped as String and Double respectively. | |
DocumentCreator |
Creates Azure Search Documents for indexing.
| |
DocumentFieldCreator |
Creates Azure Search field definitions.
| |
NamingHelper |
Utility class for Azure Search fields.
| |
SearchEngineConfiguration |
Class encapsulating configuration properties to customize indexing of documents to Azure Search service.
| |
SearchService |
Encapsulates information about Azure Search service necessary for connecting to the service's endpoint.
| |
SearchServiceManager |
Performs create, update or delete operations on Azure indexes.
| |
SearchTaskAzureInfo |
Data container class for SearchTaskAzureInfo.
| |
SearchTaskAzureInfoProvider |
Class providing SearchTaskAzureInfo management.
| |
SearchTaskExecutor |
Processes Azure Search tasks.
| |
SearchTaskExecutorUtils |
Provides methods for managing Azure search task processing.
|