The UseIngesterReplaceForUpdate
parameter specifies the method used by the connector to send updated content to CFS.
true
, the connector sends a delete command to delete the old content, and then sends the new content to be indexed.false
, the connector only adds the new content. The content is then duplicated in IDOL server and IDOL must remove the old document.Micro Focus recommends that you set this parameter to TRUE
. With the default setting, documents that represent sub-files are not removed from IDOL when a container file no longer exists in the repository. This can result in stale documents being left in the index.
Type: | Boolean |
Default: | False |
Required: | No |
Configuration Section: | TaskName or FetchTasks |
Example: | UseIngesterReplaceForUpdate=TRUE
|
See Also: |
|