Click or drag to resize
DocumentCategorySearchIndexer Methods

The DocumentCategorySearchIndexer type exposes the following members.

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
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 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.
(Inherited from SearchIndexer.)
Public methodGetSearchImageUrl
Returns URL to current search result item.
(Inherited from SearchIndexer.)
Protected methodGetSearchIndexes
Returns dataset of index IDs for specific type
(Inherited from SearchIndexer.)
Public methodCheckResultPermissions
Checks the permissions for the given result document
(Inherited from SearchIndexer.)
Public methodLoadResults
Loads the results to the given result collection
(Inherited from SearchIndexer.)
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 index
(Inherited from SearchIndexer.)
Protected methodSelectSearchDocument
Selects the search document based on the given ID
(Inherited from SearchIndexer.)
Top
Extension Methods
  NameDescription
Public Extension MethodAsValue
Converts object to a query value which can be used as a query parameter
(Defined by QueryExtensions.)
Public Extension MethodGetAPIString
Gets the string by the specified resource key
(Defined by CoreExtensions.)
Public Extension MethodGetString
Gets the string by the specified resource key
(Defined by CoreExtensions.)
Public Extension MethodToBoolean
Returns the boolean representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToDateTime
Returns the DateTime representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToDouble
Returns the double representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToGuid
Returns the Guid representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToInteger
Returns the integer representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToString
Returns the string representation of an object or default value if not.
(Defined by CoreExtensions.)
Top
See Also