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.
Twitter terms of service require that when a message is deleted by a Twitter user, the message must also be deleted by any third-party systems that have captured the message.
To automatically delete these twitter messages from your IDOL server, set the IngestEnableDeletes
parameter to true
.
Type: | Boolean |
Default: | True |
Required: | No |
Configuration Section: | TaskName or Ingestion |
Example: | IngestEnableDeletes=True
|
See Also: |
|