Click or drag to resize
DocumentSearchIndexer Class
Indexer for documents
Inheritance Hierarchy
System.Object
  CMS.Search.SearchIndexer
    CMS.DocumentEngine.DocumentSearchIndexer

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 13.0.131
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 SearchIndexer.CheckResultPermissions(SearchResults, ILuceneSearchDocument, Int32).)
Protected methodDeleteItem
Deletes specific item from the index
(Overrides SearchIndexer.DeleteItem(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 SearchIndexer.ExecuteUpdateTask(SearchTaskInfo).)
Public methodFillSearchResult
Fills the data to the search result data row
(Overrides SearchIndexer.FillSearchResult(SearchResultItem, DataRow, ILuceneSearchDocument).)
Public methodGetDataClassInfo
Returns the data class info for the given search document
(Overrides SearchIndexer.GetDataClassInfo(ILuceneSearchDocument).)
Public methodGetSearchFields
Gets the collection of search fields. When no SearchFields colection is provided, new is created.
(Overrides SearchIndexer.GetSearchFields(SearchIndexInfo, ISearchFields).)
Public methodGetSearchImageUrl
Returns URL to given search result item.
(Overrides SearchIndexer.GetSearchImageUrl(SearchResultItem).)
Public methodIsClassNameRelevantToIndex
Checks if given className is related to search index settings from indexSettings.
(Overrides SearchIndexer.IsClassNameRelevantToIndex(String, SearchIndexSettings).)
Protected methodIsTaskProcessingAllowed
Indicates if task processing is allowed for given task.
(Overrides SearchIndexer.IsTaskProcessingAllowed(SearchTaskInfo).)
Public methodLoadResults
Loads the results to the given result collection
(Overrides SearchIndexer.LoadResults(IEnumerable<ILuceneSearchDocument>, SafeDictionary<String, DataRow>).)
Public methodPartialRebuild
Rebuilds part of the index
(Overrides SearchIndexer.PartialRebuild(SearchTaskInfo).)
Public methodRebuild
Rebuilds the document index
(Overrides SearchIndexer.Rebuild(SearchIndexInfo).)
Public methodSelectSearchDocument
Selects the search document based on the given ID
(Overrides SearchIndexer.SelectSearchDocument(Int32).)
Top
See Also