Name |
Type |
Writable |
Restrictions |
Description |
filter |
KalturaFilter |
V |
|
The filter should return the list of objects that need to be reindexed. |
lastIndexId |
int |
V |
|
Indicates the last id that reindexed, used when the batch crached, to re-run from the last crash point. |
lastIndexDepth |
int |
V |
|
Indicates the last depth that reindexed, used when the batch crached, to re-run from the last crash point. |
shouldUpdate |
bool |
V |
|
Indicates that the object columns and attributes values should be recalculated before reindexed. |
|