Reindex Interactions Task
Reindex interactions in a tenant.
Stop and Pause are supported.
Requests
Tenant admin role is required:
POST {ApplicationURL}/reindexInteractions
Tenant admin role is required:
POST {ApplicationURL}/api/{tenantId}/reindexInteractions
Parameter | Required | Description |
---|---|---|
tenantId | Yes | The identifier of the tenant used to reindex interactions. |
updatedSince | No | This parameter only reindexes entities with the updatedTime value greater than or equal to the updatedSince value. |
forceIgnoreInStreaming | No | If set to true, only events produced by the task are ignored during streaming. The default value is false. |
enableSeparateIndexing | No | If set to true, the Reindex Interactions task builds a new index. After building the new index, the task replaces the old index with the new one. With this parameter, the Reindex Interactions task runs in the background and you can continue your activities in Reltio Platform without waiting for the task to finish. The default value is false. |
distributed | No |
If set to
true , the task runs in distributed mode. Default value is false . For more information, see Distributed mode. |
taskPartsCount | No |
Specifies the maximum number of sub-tasks for distributed execution. The platform determines the optimal number based on performance limits. Default value is
2 . Note: This parameter is only applicable when distributed=true . Otherwise, it s ignored. |