Click or drag to resize
UserSearchIndexer Class
Search indexer for users index
Inheritance Hierarchy

Namespace: CMS.Membership
Assembly: CMS.Membership (in CMS.Membership.dll) Version: 9.0.0
Syntax
C#
public class UserSearchIndexer : SearchIndexer

The UserSearchIndexer type exposes the following members.

Constructors
  NameDescription
Public methodUserSearchIndexer
Top
Methods
  NameDescription
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
Processes the index task
(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
(Overrides SearchIndexerFillSearchResult(DataRow, DataRow, ISearchDocument).)
Public methodGetDataClassInfo
Returns the data class info for the given search document
(Overrides SearchIndexerGetDataClassInfo(ISearchDocument).)
Public methodGetRelevantIndexes
Gets the list of indexes relevant to the given object
(Inherited from SearchIndexer.)
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 current search result item.
(Overrides SearchIndexerGetSearchImageUrl(String, String, String).)
Protected methodGetSearchIndexes
Returns dataset of index IDs for specific type
(Inherited from SearchIndexer.)
Public methodCheckResultPermissions
Checks the permissions for the given result document
(Overrides SearchIndexerCheckResultPermissions(SearchResults, ISearchDocument, Int32).)
Public methodLoadResults
Loads the results to the given result collection
(Overrides SearchIndexerLoadResults(IEnumerableISearchDocument, SafeDictionaryString, DataRow).)
Protected methodLogBatchEnd
Logs the end of the batch processing.
(Inherited from SearchIndexer.)
Protected methodLogBatchStart(Int32, Int32)
Logs the start of batch processing.
(Inherited from SearchIndexer.)
Protected methodLogBatchStart(Int32, Int32, String)
Logs start of batch processeing.
(Inherited from SearchIndexer.)
Protected methodLogMessage
Appends line to the log context.
(Inherited from SearchIndexer.)
Protected methodLogTaskStart
Logs task started message to the log context.
(Inherited from SearchIndexer.)
Public methodPartialRebuild
Rebuilds part of the index
(Inherited from SearchIndexer.)
Public methodRebuild
Rebuilds the user index
(Overrides SearchIndexerRebuild(SearchIndexInfo).)
Protected methodSelectSearchDocument
Selects the search document based on the given ID
(Inherited from SearchIndexer.)
Top
See Also