KeepExisting
The value to use for the KeepExisting
action parameter when an index action is sent to the Content component to add new documents. If you do not set this parameter, the KeepExisting
action parameter is set to false
.
KeepExisting
determines how the Content component handles documents when a document sent for indexing matches a document already in the index. For information about how to set this parameter, refer to the Content Component Help.
Type: | Boolean |
Default: | False |
Required: | No |
Configuration Section: | Any section specified by IndexerSectionN or Indexing |
Example: | KeepExisting=True
|
See Also: | KillDuplicates |