The IngesterType
parameter specifies the type of ingestion process. Set this parameter to one of the following values:
CFS
or AsyncPiranha
. The IngestHost
and IngestPort
parameters point to a Connector Framework Server, which can be used to index documents into IDOL Server.Connector
or ConnectorInsert
. The IngestHost
and IngestPort
parameters point to another connector. Documents fetched from a repository by the synchronize
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 the IngestActions
parameter to convert the document into a form that can be handled by the other connector.HavenOnDemand
. Documents are sent to Haven OnDemand. Specify your API Key with the parameter HavenOnDemandApiKey
, and the text index to index documents into with the parameter HavenOnDemandIndexName
.Indexer
. Use this value to index documents directly into IDOL Server, a Vertica database, or a MetaStore. For information about how to index documents directly into IDOL Server, Vertica, or a MetaSatore, refer to the Administration Guide for your connector.Type: | String |
Default: | AsyncPiranha |
Required: | No |
Configuration Section: | TaskName or Ingestion |
Example: | IngesterType=CFS
|
See Also: |
|