IngestReplaceAsAdd
The connector normally adds an ingest-replace command to the ingest queue when it detects that a document's content has been modified. An ingest-replace consists of an ingest-remove, to delete the old version of the document, followed by an ingest-add to add the new version.
The IngestReplaceAsAdd parameter specifies whether to send only the ingest-add command to the ingestion server.
When you set this parameter to true, an old version of a document that exists in the IDOL index or destination repository is not removed when the new version is added.
| Type: | Boolean | 
| Default: | False | 
| Required: | No | 
| Configuration Section: | TaskName or Ingestion or Connector | 
| Example: | IngestReplaceAsAdd=True | 
| See Also: | IngestEnableDeletes |