Unify and manage your data

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
Table 1. Parameters
ParameterRequiredDescription
tenantIdYesThe identifier of the tenant used to reindex interactions.
updatedSinceNoThis parameter only reindexes entities with the updatedTime value greater than or equal to the updatedSince value.
forceIgnoreInStreamingNoIf set to true, only events produced by the task are ignored during streaming. The default value is false.
enableSeparateIndexingNoIf 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.

distributedNo
If set to true, the task runs in distributed mode. Default value is false. For more information, see Distributed mode.
taskPartsCountNo
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.