DocumentSearchIndexer MembersKentico 8.1 API Reference
The DocumentSearchIndexer type exposes the following members.
Constructors

  NameDescription
Public methodDocumentSearchIndexer
Back to Top
Methods

  NameDescription
Protected methodDeleteItem
Deletes specific item from the index
(Overrides SearchIndexer DeleteItem(SearchTaskInfo, SearchIndexInfo).)
Protected methodDocumentUpdate
Update specified document
(Inherited from SearchIndexer.)
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
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(DataRow, DataRow, ISearchDocument).)
Protected methodOnlineFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from OnlineObject.)
Public methodGetDataClassInfo
Returns the data class info for the given search document
(Overrides SearchIndexer GetDataClassInfo(ISearchDocument).)
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodGetRelevantIndexes
Gets the list of indexes relevant to the given object
(Overrides SearchIndexer GetRelevantIndexes(ISearchable).)
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 current search result item.
(Overrides SearchIndexer GetSearchImageUrl(String, String, String).)
Protected methodGetSearchIndexes
Returns dataset of index IDs for specific type
(Overrides SearchIndexer GetSearchIndexes(String).)
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Public methodCheckResultPermissions
Checks the permissions for the given result document
(Overrides SearchIndexer CheckResultPermissions(SearchResults, ISearchDocument, Int32).)
Public methodLoadResults
Loads the results to the given result collection
(Overrides SearchIndexer LoadResults(IEnumerable ISearchDocument , SafeDictionary String, 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 methodLogBatchStart(Int32, Int32, String, String, Boolean)
Logs the start of batch processing.
Protected methodLogMessage
Appends line to the log context.
(Inherited from SearchIndexer.)
Protected methodLogTaskStart
Logs task started message to the log context.
(Inherited from SearchIndexer.)
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Public methodPartialRebuild
Rebuilds part of the index
(Overrides SearchIndexer PartialRebuild(SearchTaskInfo).)
Public methodStatic memberPrepareBuildingValues
Prepares sites, cultures, allowed and excluded collections for partial or full rebuild.
Public methodRebuild
Rebuilds the document index
(Overrides SearchIndexer Rebuild(SearchIndexInfo).)
Protected methodSelectSearchDocument
Selects the search document based on the given ID
(Overrides SearchIndexer SelectSearchDocument(Int32).)
Public methodOnlineToString
Returns a string that represents the current object.
(Inherited from OnlineObject.)
Back to 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.)
Back to Top
Fields

  NameDescription
Public fieldStatic memberFIELD_DOCUMENTCATEGORYIDS
Document category IDs field name
Back to Top
See Also