Click or drag to resize
SearchIndexer Class
Base class for search indexer
Inheritance Hierarchy
SystemObject
  CMS.SearchSearchIndexer
    More...

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

The SearchIndexer type exposes the following members.

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