Click or drag to resize
SearchIndexersRegisterDefaultIndexerIndexerType Method
Registers the default indexer which handles the search for all object types which don't have specific indexer

Namespace: CMS.Search
Assembly: CMS.Search (in CMS.Search.dll) Version: 9.0.0
Syntax
C#
public static void RegisterDefaultIndexer<IndexerType>()
where IndexerType : new(), SearchIndexer

Type Parameters

IndexerType
See Also