Remove Overcollisioned Tokens
Task to remove overcollisioned tokens.
This task removes all over-collisioned match tokens from the MATCH_TOKEN
table and fixes the MATCH_DOCUMENTS
table.
Stop and Pause actions are supported. In case of pause, the task starts from the beginning.
RemoveOvercollisionedTokens
task is completed.Requests
Administrator role is required:
POST {ApplicationURL}/removeOvercollisionedTokens
Tenant administrator role is required:
POST {ApplicationURL}/api/{tenantId}/removeOvercollisionedTokens
Parameter | Required | Description |
---|---|---|
tenantId
| Yes | ID of the tenant to remove over-collisioned Tokens. |
remove
| Yes | Set this parameter to true to remove over-collisioned tokens. |
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. |
mode | No | Set this parameter to ITERATING_MATCH_DOCUMENTS to check the Match documents table for over collisioned tokens or ITERATING_MATCH_TOKENS to check the Match tokens table for over collisioned tokens. When this parameter is not set, both the checks are done. |