Configure CFS to Index into Haven OnDemand

This section describes how to send documents to Haven OnDemand.

To index documents into Haven OnDemand

  1. Stop CFS.
  2. Open the CFS configuration file.
  3. In the [Indexing] section, use the IndexerSections parameter to specify the names of the sections that contain indexing settings. If this parameter is already set, add the name of the new indexer to the list. For example:

    [Indexing]
    IndexerSections=IdolServer,HavenOnDemand
  4. Create a new section in the CFS configuration file, with the same name that you specified in the IndexerSections parameter. In the new section, set the following parameters:

    HavenOnDemandApiKey Your Haven OnDemand API key. You can obtain the key from your Haven OnDemand account.
    HavenOnDemandIndexName The name of the Haven OnDemand text index to index documents into.
    HavenOnDemandDuplicateMode The value to use for the duplicate_mode parameter in calls to the Haven OnDemand Add to Text Index API.
    SSLConfig The name of a section in the CFS configuration file that contains SSL settings for connecting to Haven OnDemand. The connection to Haven OnDemand must be made over SSL. For more information about the configuration parameters you can use to configure SSL connections, refer to the Connector Framework Server Reference.
    HavenOnDemandCombinationName (Optional) The name of the Haven OnDemand combination to send documents to. If you set this parameter, CFS sends all documents to the combination endpoint. If you don't set this parameter, CFS indexes all documents directly into the text index specified by HavenOnDemandIndexName.

    For example:

    [HavenOnDemand]
    HavenOnDemandApiKey=[Your API Key]
    HavenOnDemandIndexName=MyTextIndex
    SSLConfig=SSLOptions
    HavenOnDemandCombinationName=MyCombination
    
    [SSLOptions]
    SSLMethod=TLSV1

    For more information about these parameters and other parameters that you can set to customize the indexing process, refer to the Connector Framework Server Reference.

  5. Save and close the configuration file.

_HP_HTML5_bannerTitle.htm