Click or drag to resize
DocumentCreator Class
Creates Azure Search Documents for indexing.
Inheritance Hierarchy
SystemObject
  CMS.Search.AzureDocumentCreator

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

The DocumentCreator type exposes the following members.

Fields
  NameDescription
Public fieldAddingDocumentValue
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).
Public fieldCreatingDocument
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.
Top
Properties
  NameDescription
Public propertyStatic memberInstance
Gets the DocumentCreator instance.
Top
Methods
  NameDescription
Public methodCreateDocument
Creates an Azure Search Document for given searchDocument. The searchable and searchIndex parameters are to provide contextual information for the creation.
Top
See Also