Question
How should I use flag "enableSeparateIndexing" ?
Answer
Use enableSeparateIndexing when executing the following task.
POST {ApplicationURL}/reindex?tenantId={tenantId}
or
POST {ApplicationURL}/api/{tenantId}/reindex
If set to true, reindex will run with a different index. When reindex is completed, the old index will be replaced with a new one, This parameter allows users to continue their activities in Reltio Cloud without waiting for the data to be reindexed. Run the Reindex Data task with this parameter to continue your activities in Reltio Cloud without waiting for the task to finish. The default value is false
Best practice:
- Use it when changing types of the attribute in L3.
- Use it when changing physical storage from OV 1 to OV2.
- The option "SearchByOv" has been enabled for the tenant.
Syntax:
POST {{tenantURL}}/reindex?enableSeparateIndexing=true
References
https://docs.reltio.com/tasksapi/ReindexDataTask.html?hl=enableseparateindexing
Comments
Please sign in to leave a comment.