Click or drag to resize
SearchIndexers Class
Manages the search indexers used for specific object type.
Inheritance Hierarchy
SystemObject
  CMS.SearchSearchIndexers

Namespace: CMS.Search
Assembly: CMS.Search (in CMS.Search.dll) Version: 13.0.131
Syntax
C#
public static class SearchIndexers

The SearchIndexers type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberDefaultIndexer
Default search indexer.
Public propertyStatic memberIndexerTypes
Returns the collection of the indexers.
Top
Methods
  NameDescription
Public methodStatic memberGetIndexer
Gets the indexer by its name. Usually an object type.
Public methodStatic memberInit
Initializes the system indexers.
Public methodStatic memberRegisterDefaultIndexerIndexerType
Registers the default indexer which handles the search for all object types which don't have specific indexer.
Public methodStatic memberRegisterIndexerIndexerType
Registers the given indexer under specified name. Usually an object type that is handled by the indexer.
Top
See Also