IDOLServer

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

Specify the information in the following format:

Server:ACIPort/Database

where,

  • Server is the host name or IP address of the Content component.
  • ACIPort is the ACI Port of the Content component.
  • Database is optional, and specifies the 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 Content component 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