KillDuplicates
This parameter is identical to the KillDuplicates
parameter of the DREADD indexing action.
This parameter determines how IDOL Server handles duplicate documents. It allows you to prevent the same document or document content from being stored in IDOL Server more than once.
Type one of the following options. You can post-fix any of these options with =2, to apply the KillDuplicates
process to all IDOL Server databases (rather than only the database into which the current IDX or XML file is being indexed):
NONE
|
Duplicate documents are allowed in IDOL Server and are not replaced or deleted. |
REFERENCE
|
If the document being indexed has the same DREREFERENCE field value as a document that already exists in the IDOL Server, IDOL Server deletes the existing document and replaces it with the new document. |
REFERENCEMATCHN
|
If the content of the document being indexed is more than N percent similar to the content of a document that already exists in the IDOL Server database, IDOL Server deletes the existing document and replaces it with the new document. |
FieldName
|
If the document being indexed contains a To specify multiple Reference fields, separate the fields with a plus sign (+) or a space. IDOL Server deletes documents containing any of the specified fields with identical content. Fields are identified as Reference fields by field processes in the IDOL Server configuration file. If you use a |
If you do not set KillDuplicates
, it defaults to the option specified for KillDuplicates
in the IDOL Server configuration file [Server]
section.
Actions: | DREEXPORTREMOTE |
Type: | String |
Default: | |
Example: | KillDuplicates=REFERENCE
|
See Also: | KeepExisting |