SearchTaskCreationParameters Properties |
The SearchTaskCreationParameters type exposes the following members.
Name | Description | |
---|---|---|
![]() | IndexerName |
Custom search indexer may be registered under specific name. Not required. By default indexers register under ObjectType.
|
![]() | ObjectField |
Is used for indexer to decide how to process the task and to understand the information stored in task value.
|
![]() | ObjectType |
Object type of the indexed object. Not required for rebuild and optimize tasks.
|
![]() | RelatedObjectID |
ID of the related object. With this ID we can pinpoint the object, which change caused the creation of the search task.
|
![]() | TargetServers |
Target WebFarm servers for which the task should be created.
|
![]() | TaskType |
Type of the search task
|
![]() | TaskValue |
Value that indexer requires to correctly process the task.
|