Click or drag to resize
DocumentSearchIndexer Class
Indexer for documents
Inheritance Hierarchy
SystemObject
  CMS.SearchSearchIndexer
    CMS.DocumentEngineDocumentSearchIndexer

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

The DocumentSearchIndexer type exposes the following members.

Constructors
Fields
  NameDescription
Public fieldStatic memberFIELD_DOCUMENTCATEGORYIDS
Document category IDs field name
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
(Overrides SearchIndexerCheckResultPermissions(SearchResults, ILuceneSearchDocument, Int32).)
Protected methodDeleteItem
Deletes specific item from the index
(Overrides SearchIndexerDeleteItem(SearchTaskInfo, SearchIndexInfo).)
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
Processes the search index task
(Inherited from SearchIndexer.)
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
(Overrides SearchIndexerExecuteUpdateTask(SearchTaskInfo).)
Public methodFillSearchResult
Fills the data to the search result data row
(Overrides SearchIndexerFillSearchResult(SearchResultItem, DataRow, ILuceneSearchDocument).)
Public methodGetDataClassInfo
Returns the data class info for the given search document
(Overrides SearchIndexerGetDataClassInfo(ILuceneSearchDocument).)
Public methodGetSearchFields
Gets the collection of search fields. When no SearchFields colection is provided, new is created.
(Overrides SearchIndexerGetSearchFields(SearchIndexInfo, ISearchFields).)
Public methodGetSearchImageUrl
Returns URL to given search result item.
(Overrides SearchIndexerGetSearchImageUrl(SearchResultItem).)
Public methodIsClassNameRelevantToIndex
Checks if given className is related to search index settings from indexSettings.
(Overrides SearchIndexerIsClassNameRelevantToIndex(String, SearchIndexSettings).)
Public methodLoadResults
Loads the results to the given result collection
(Overrides SearchIndexerLoadResults(IEnumerableILuceneSearchDocument, SafeDictionaryString, DataRow).)
Public methodPartialRebuild
Rebuilds part of the index
(Overrides SearchIndexerPartialRebuild(SearchTaskInfo).)
Public methodRebuild
Rebuilds the document index
(Overrides SearchIndexerRebuild(SearchIndexInfo).)
Public methodSelectSearchDocument
Selects the search document based on the given ID
(Overrides SearchIndexerSelectSearchDocument(Int32).)
Top
See Also