Index Documents into an IDOL Server

To index documents into an IDOL Server

  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
  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:

    Host The host name or IP address of the IDOL Server.
    Port The ACI Port of the IDOL Server.
    DefaultDatabaseName The name of the IDOL database to index a document into when the DREDBNAME document field is not set.
    SSLConfig (Optional) The name of a section in the CFS configuration file that contains SSL settings for connecting to IDOL. Set this parameter if your IDOL Server is configured to accept connections 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:

    [IdolServer]
    Host=idol
    Port=9000
    DefaultDatabaseName=News
    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