SearchIndexer Methods |
The SearchIndexer type exposes the following members.
Name | Description | |
---|---|---|
CheckResultPermissions |
Checks the permissions for the given result document
| |
DeleteItem |
Deletes specific item from the index
| |
DocumentUpdate |
Update specified document
| |
ExecuteDeleteTask |
Executes the search index delete task
| |
ExecuteOptimizeTask |
Executes the search optimize task.
| |
ExecuteProcessTask |
Processes the search index task
| |
ExecuteRebuildTask |
Executes the search index rebuild task
| |
ExecuteTask |
Executes the search index task
| |
ExecuteUpdateTask |
Executes the search index update task
| |
FillSearchResult |
Fills the data to the search result data row. Returns true, if the data was correctly filled
| |
GetDataClassInfo |
Returns the data class info for the given search document
| |
GetSearchFields |
Gets the collection of search fields. When no SearchFields collection is provided, new is created.
| |
GetSearchImageUrl |
Returns URL to given search result item.
| |
IsClassNameRelevantToIndex |
Checks if given className is related to search index settings from indexSettings.
| |
IsTaskProcessingAllowed |
Indicates if task processing is allowed for given task.
| |
LoadResults |
Loads the results to the given result collection
| |
PartialRebuild |
Rebuilds part of the index
| |
Rebuild |
Rebuilds the index
| |
SelectSearchDocument |
Selects the search document based on the given ID
|