Unify and manage your data

Potential Matches Reindex Task

Information about how to reindex potential matches.

This task contains the following steps:

  • PotentialMatchesRemoveTask - This task cleans old potential matches information in the tenant index.
  • PotentialMatchesReindexTask - This task reindexes the potential matches information from scratch by using the match tables.

You must run this task if inconsistencies are detected in the potential matches counters.

Stop and Pause actions are supported.

Requests

Administrator role is required:

POST {ApplicationURL}/rebuildpmcounters

Tenant admin role is required:

POST {ApplicationURL}/api/{tenantId}/rebuildpmcounters
Table 1. Parameters
Parameter Required Description
tenantId Yes ID of the tenant to reindex potential matches.
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.
filterNoEnables filtering by a condition. The format for the filter query parameter is as follows:
filter=({Condition Type}[AND/OR {Condition Type}]*)

If an entity matches the filter, then its potential matches are reindexed