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

  NameDescription
Public methodSearchIndexer
Back to Top
Methods

  NameDescription
Protected methodDeleteItem
Deletes specific item from the index
Protected methodDocumentUpdate
Update specified document
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodExecuteDeleteTask
Executes the search index delete task
Protected methodExecuteOptimizeTask
Executes the search optimize task
Protected methodExecuteProcessTask
Processes the search index task
Protected methodExecuteRebuildTask
Executes the search index rebuild task
Public methodExecuteTask
Executes the search index task
Protected methodExecuteUpdateTask
Executes the search index update task
Public methodFillSearchResult
Fills the data to the search result data row. Returns true, if the data was correctly filled
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
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
Public methodGetSearchFields
Gets the collection of search fields. When no SearchFields colection is provided, new is created.
Public methodGetSearchImageUrl
Returns URL to current search result item.
Protected methodGetSearchIndexes
Returns dataset of index IDs for specific type
Public methodStatic memberGetSearchValue
Returns column value for current search result item.
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Public methodCheckResultPermissions
Checks the permissions for the given result document
Public methodLoadResults
Loads the results to the given result collection
Protected methodLogBatchEnd
Logs the end of the batch processing.
Protected methodLogBatchStart(Int32, Int32)
Logs the start of batch processing.
Protected methodLogBatchStart(Int32, Int32, String)
Logs start of batch processeing.
Protected methodLogMessage
Appends line to the log context.
Protected methodLogTaskStart
Logs task started message to the log context.
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Public methodPartialRebuild
Rebuilds part of the index
Public methodRebuild
Rebuilds the index
Protected methodSelectSearchDocument
Selects the search document based on the given ID
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
See Also