Click or drag to resize
DocumentCategorySearchIndexer Class
Indexer for document category
Inheritance Hierarchy
SystemObject
  CMS.SearchSearchIndexer
    CMS.DocumentEngineDocumentCategorySearchIndexer

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 12.0.0
Syntax
C#
public class DocumentCategorySearchIndexer : SearchIndexer

The DocumentCategorySearchIndexer type exposes the following members.

Constructors
  NameDescription
Public methodDocumentCategorySearchIndexer
Top
Properties
  NameDescription
Protected propertyLogger
Logs actions related to indexes and search tasks.
(Inherited from SearchIndexer.)
Protected propertySearchablesRetriever
Helps with retrievingISearchable objects and SearchIndexInfo s related to search tasks.
(Inherited from SearchIndexer.)
Top
Methods
  NameDescription
Public methodCheckResultPermissions
Checks the permissions for the given result document
(Inherited from SearchIndexer.)
Protected methodDeleteItem
Deletes specific item from the index
(Inherited from SearchIndexer.)
Protected methodDocumentUpdate
Update specified document
(Inherited from SearchIndexer.)
Protected methodExecuteDeleteTask
Executes the search index delete task
(Inherited from SearchIndexer.)
Protected methodExecuteOptimizeTask
Executes the search optimize task
(Inherited from SearchIndexer.)
Protected methodExecuteProcessTask
Indexes the document category
(Overrides SearchIndexerExecuteProcessTask(SearchTaskInfo).)
Protected methodExecuteRebuildTask
Executes the search index rebuild task
(Inherited from SearchIndexer.)
Public methodExecuteTask
Executes the search index task
(Inherited from SearchIndexer.)
Protected methodExecuteUpdateTask
Executes the search index update task
(Inherited from SearchIndexer.)
Public methodFillSearchResult
Fills the data to the search result data row. Returns true, if the data was correctly filled
(Inherited from SearchIndexer.)
Public methodGetDataClassInfo
Returns the data class info for the given search document
(Inherited from SearchIndexer.)
Public methodGetSearchFields
Gets the collection of search fields. When no SearchFields collection is provided, new is created.
(Inherited from SearchIndexer.)
Public methodGetSearchImageUrl
Returns URL to given search result item.
(Inherited from SearchIndexer.)
Public methodIsClassNameRelevantToIndex
Checks if given className is related to search index settings from indexSettings.
(Inherited from SearchIndexer.)
Public methodLoadResults
Loads the results to the given result collection
(Inherited from SearchIndexer.)
Public methodPartialRebuild
Rebuilds part of the index
(Inherited from SearchIndexer.)
Public methodRebuild
Rebuilds the index
(Inherited from SearchIndexer.)
Public methodSelectSearchDocument
Selects the search document based on the given ID
(Inherited from SearchIndexer.)
Top
See Also