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: 12.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
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, searchIndex and fields parameters are to provide contextual information for the creation.
Top
See Also