The IngestEnableDeletes
parameter specifies whether ingest-remove commands are added to the ingest queue. When the connector's synchronize action finds that documents have been deleted from a repository, the connector creates an ingest-remove command. If you set this parameter to false
, deleted documents are not removed.
When the ingestion target is a CFS or Haven OnDemand, ingest-remove commands result in documents being removed from the IDOL index.
When the ingestion target is another connector, ingest-remove commands delete the documents from the repository managed by the destination connector, using the destination connector's delete
action.
Type: | Boolean |
Default: | True |
Required: | No |
Configuration Section: | TaskName or Ingestion |
Example: | IngestEnableDeletes=True
|
See Also: |
|