The IngestEnableUpdates
parameter specifies whether ingest-update commands are added to the ingest queue. When the connector's synchronize action finds that the metadata of a document in a repository has been changed, but its content has not changed, the connector creates an ingest-update command. If you set this parameter to false
, these updates are not sent to the ingestion target.
When the ingestion target is a CFS, ingest-update commands result in documents being updated in the IDOL index.
When the ingestion target is another connector, ingest-update commands update the metadata of the documents in the repository managed by the destination connector, using the destination connector's update
action.
Type: | Boolean |
Default: | True |
Required: | No |
Configuration Section: | TaskName or Ingestion |
Example: | IngestEnableUpdates=True
|
See Also: |
|