IngesterType
The IngesterType
parameter specifies the type of ingestion process. Set this parameter to one of the following values:
CFS
orAsyncPiranha
. TheIngestHost
andIngestPort
parameters point to a Connector Framework Server, which can be used to index documents into IDOL Server.NIFI
. TheIngestHost
andIngestPort
parameters point to an instance of Apache NiFi. Specify the ID of the NiFi input port with the parameter IngestNiFiInputPort. Specify whether to use SSL/TLS with the parameter IngestNiFiUseSSL. Specify whether to stream files to NiFi or send file paths by setting the parameter IngestNiFiStreamFiles.Connector
orConnectorInsert
. TheIngestHost
andIngestPort
parameters point to another connector. Documents fetched from a repository by thesynchronize
action are inserted or updated in another repository using the specified connector. Deleted documents are deleted in another repository using the specified connector. If this option is used, you might need to use theIngestActions
parameter to convert the document into a form that can be handled by the other connector.Indexer
. Use this value to index documents directly into IDOL Server or a Vertica database.
Type: | String |
Default: | CFS |
Required: | No |
Configuration Section: | TaskName or Ingestion |
Example: | IngesterType=CFS
|
See Also: |