IDOLServer

The default settings that the IDOL output engine uses for indexing documents into IDOL Server. These settings can be overridden by individual output tasks.

Specify the information in the following format:

IdolServerName:IdolACIPort/IdolDatabase

where,

  • IdolServerName is the host name or IP address of the IDOL Server.
  • IdolACIPort is the ACI Port of the IDOL Server.
  • IdolDatabase is optional, and specifies the IDOL database to index documents into.

If you do not specify a database name, documents are indexed into the database specified by (in order of priority, highest first):

  • The IDOLDb parameter in your output task.
  • The DREDBNAME document field. You can modify your XSL template to create this field.
  • The DefaultDatabase parameter in the [Databases] section of the IDOL Server configuration file.
Type: String
Default:  
Required: No
Configuration Section: Resources
Example:

IDOLServer=localhost:9000/media

or, without specifying a database:

IDOLServer=localhost:9000
See Also:

IDOLHost

IDOLPort

IDOLDb