The atg.endeca.index.configuration.IndexingApplicationConfiguration
class provides a central place for configuring various indexing settings. The Guided Search integration includes a component of this class, /atg/endeca/index/IndexingApplicationConfiguration
. This component is configured by default with typical settings, but you can override these defaults when you use CIM to configure your Oracle Commerce Platform environment.
CASHostName
The hostname of the machine running CAS. The default setting is:
CASHostName=localhost
CASPort
The port number for accessing CAS. The default setting is:
CASPort=8500
eacHostName
The hostname of the EAC server. The default setting is:
eacHost=localhost
eacPort
The port number for accessing the EAC server. The default setting is:
eacPort=8888
routingObjectAdapter
A component of a class that implements the atg.endeca.index.configuration.ContextRoutingObjectAdapter
interface. The specific class must reflect the routing strategy in use. See the Routingchapter for more information.
applicationConfiguration
The component of class atg.endeca.configuration.ApplicationConfiguration
used to configure global settings for the integration. The default setting is:
applicationConfiguration=/atg/endeca/ApplicationConfiguration