Merge Auto Matches Task
This task gets all records from the auto matches table and initiates a merge process for them.
It is assumed that auto matches table is already populated. Currently, RIQ Match Job is used to populate it for the entities matched by automatic match rules.
Stop and Pause are supported.
Requests
Admin role is required:
POST {ApplicationURL}/mergeAutoMatches
Tenant admin role is required:
POST {ApplicationURL}/api/{tenantId}/mergeAutoMatches
Parameter | Required | Description |
---|---|---|
tenantId
|
Yes | ID of the tenant to process for auto matches. |
distributed |
No | If set to true , the task runs in distributed mode. For more information, see Distributed Mode. Default value is false . |
taskPartsCount |
No | Number of tasks which are created for distributed reindexing. Each
task reindexes its own part of objects, and all of them can be executed
on different API nodes in parallel. Recommended value: count of API
nodes which can execute the tasks. Default value is 2 .
Note: This parameter is used only in distributed mode
( distributed=true ); otherwise, it is
ignored. |