The IngestEnableAdds
parameter specifies whether ingest-add commands are added to the ingest queue. When the connector's synchronize action identifies new documents in a repository, the connector creates an ingest-add command. If you set this parameter to false
, new documents are not ingested.
When the ingestion target is a CFS or Haven OnDemand, ingest-add commands result in the documents being added to the IDOL index.
When the ingestion target is another connector, ingest-add commands insert the documents into the repository managed by the destination connector, using the destination connector's insert
action.
You should not need to set this parameter.
Type: | Boolean |
Default: | True |
Required: | No |
Configuration Section: | TaskName or Ingestion |
Example: | IngestEnableAdds=True
|
See Also: |
|