The SearchIndexers type exposes the following members.
Back to Top
Back to Top
Methods
| Name | Description | |
|---|---|---|
| GetIndexer | 
            Gets the indexer by its object type
              | |
| Init | 
            Initializes the system indexers
              | |
| RegisterDefaultIndexer IndexerType | 
            Registers the default indexer which handles the search for all object types which don't have specific indexer
              | |
| RegisterIndexer IndexerType | 
            Registers the given indexer for the specific object type
              | 
Properties
| Name | Description | |
|---|---|---|
| DefaultIndexer | 
            Default search indexer
              | |
| IndexerTypes | 
            Returns the collection of the indexers
              | 
See Also