This section describes how to configure ingestion into Connector Framework Server (CFS).
To send data to a CFS
In the [Ingestion]
section, set the following parameters:
EnableIngestion
|
To enable ingestion, set this parameter to true . |
IngesterType
|
To send data to CFS, set this parameter to CFS . |
IngestHost
|
The host name or IP address of the CFS. |
IngestPort
|
The port of the CFS. |
For example:
[Ingestion] EnableIngestion=True IngesterType=CFS IngestHost=localhost IngestPort=7000
(Optional) If you are sending documents to CFS for indexing into IDOL Server, set the IndexDatabase
parameter. When documents are indexed, IDOL adds each document to the database specified in the document's DREDBNAME
field. The connector sets this field for each document, using the value of IndexDatabase
.
IndexDatabase
|
The name of the IDOL database into which documents are indexed. Ensure that this database exists in the IDOL Server configuration file. |
[Ingestion]
section.TaskName
section.
|