Click or drag to resize
SearchServiceManagerCreatingOrUpdatingIndex Field
An event raised upon CreateOrUpdateIndex(Index) execution. The event allows for modification of processed Index.

Namespace: CMS.Search.Azure
Assembly: CMS.Search.Azure (in CMS.Search.Azure.dll) Version: 11.0.0
Syntax
C#
public static readonly CreateOrUpdateIndexHandler CreatingOrUpdatingIndex

Field Value

Type: CreateOrUpdateIndexHandler
Remarks
This event should be used for configuring Suggesters and ScoringProfiles.
See Also