Click or drag to resize
DocumentEventsCreateSearchFields Field
Fires when the local index search fields are gathered from all searchable page types. In this phase only field definitions are created and no value needs to be provided. It is required to create custom field definition without value for the whole index using CreateSearchFields before creating the same field definition with value using CreateSearchFieldsForPage when indexing specific page.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 13.0.131
Syntax
C#
public static CreateSearchFieldsHandler CreateSearchFields

Field Value

Type: CreateSearchFieldsHandler
See Also