You can configure CFS to reject documents based on several criteria.
When documents are rejected, they are not processed by further tasks. You can index rejected documents or discard them:
OnErrorIndexerSections
and IndexDatabase
. OnErrorIndexerSections
specifies a list of configuration file sections to use to index a document. These sections must contain indexing parameters, such as the host name and ACI port of your IDOL Server. IndexDatabase
specifies the name of the IDOL database into which the rejected documents are indexed. Before indexing a document, CFS writes the name of the filter that caused the document to be rejected to a field named MATCHEDFILEFILTERS
.
|