Index Documents into 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 index 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 API Key, obtained from the API Keys page of your Haven OnDemand account.
    HavenOnDemandIndexName The name of the text index to index documents into.
    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.

    For example:

    [HavenOnDemand]
    HavenOnDemandApiKey=[Your API Key]
    HavenOnDemandIndexName=MyTextIndex
    SSLConfig=SSLOptions
    
    [SSLOptions]
    SSLMethod=SSLV23
    

    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