DocumentFieldCreator Class |
Namespace: CMS.Search.Azure
public class DocumentFieldCreator
The DocumentFieldCreator type exposes the following members.
Name | Description | |
---|---|---|
CreatingField |
An event raised upon CreateField(ISearchField, ISearchable, ISearchIndexInfo) execution. The before phase allows for custom initialization of Field,
the after phase allows for modification of resulting Field properties.
| |
CreatingFields |
An event raised upon CreateFields(ISearchable, ISearchIndexInfo) execution. The before phase allows for modification of processed SearchFields,
the after phase allows for modification of resulting Fields.
|
Name | Description | |
---|---|---|
CreateField |
Creates an Azure Search Field for given searchField. The searchIndex and searchable parameters
are to provide contextual information for the creation.
| |
CreateFields |
Creates an Azure Search Field collection for given searchable. The searchIndex parameter
is to provide contextual information for the creation.
|