SearchIndexers Class |
Namespace: CMS.Search
public static class SearchIndexers
The SearchIndexers type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | DefaultIndexer |
Default search indexer.
|
![]() ![]() | IndexerTypes |
Returns the collection of the indexers.
|
Name | Description | |
---|---|---|
![]() ![]() | GetIndexer |
Gets the indexer by its name. Usually an object type.
|
![]() ![]() | Init |
Initializes the system indexers.
|
![]() ![]() | RegisterDefaultIndexerIndexerType |
Registers the default indexer which handles the search for all object types which don't have specific indexer.
|
![]() ![]() | RegisterIndexerIndexerType |
Registers the given indexer under specified name. Usually an object type that is handled by the indexer.
|