DocumentCreator Class |
Namespace: CMS.Search.Azure
public class DocumentCreator
The DocumentCreator type exposes the following members.
Name | Description | |
---|---|---|
AddingDocumentValue |
An event raised upon adding a new Document value. The event allows for modification of AzureName and Value before
it is passed to ConvertValue(Object).
| |
CreatingDocument |
An event raised upon CreateDocument(SearchDocument, ISearchable, ISearchIndexInfo) execution. The before phase allows for modification of processed SearchDocument,
the after phase allows for modification of resulting Document.
|
Name | Description | |
---|---|---|
CreateDocument |
Creates an Azure Search Document for given searchDocument. The searchable and searchIndex parameters
are to provide contextual information for the creation.
|