Search settings for Query Engine
You can configure the Query Engine in the search settings in the Content Manager configuration file, Tridion.ContentManager.config.
Procedure
- In the config\ subdirectory of %TRIDION_HOME%, open Tridion.ContentManager.config for editing.
- Navigate to the
configurationsection and thesearchsubsection. - Configure the following settings:
- Query engine host URL
-
Configure the URL of the Search Host service in the
hostUrlattribute of thesearchelement. In an outscale scenario using a Master Server and Slave Server(s):- If you have one Slave Server machine configured, specify the URL of that machine. For example, http://slaveserver:8983/tridion.
- If you have multiple Slave Server machines configured behind a Network Load Balancer, specify the URL of the Network Load Balancer. For example, http://loadbalancer:8983/tridion.
- Query engine username
-
Configure the name of the user that can connect to the Search Host service, or a Network Load Balancer(s), in the
hostUsernameattribute of thesearchelement. By default, the Content Manager configures the MTS User to connect to the Search Host service. - Query engine password
-
Configure the password of the user that can connect to the Search Host service, or a Network Load Balancer(s), in the
hostPasswordattribute of thesearchelement.
- Restart IIS and COM+ to apply the settings you changed.