On the machine where the Search Indexer service is running, configure the URL, username and password of the Primary Server in the Content Manager configuration file, Tridion.ContentManager.config.
Procedure
- Access the machine where the Search Indexer service is running.
- In the config\ subdirectory of %TRIDION_HOME%, open Tridion.ContentManager.config for editing.
- Navigate to the
configuration section and the searchIndexer element.
- Configure the following settings in the attributes of the
searchIndexer element:
| Setting | Attributes | Description of value |
|---|
| Indexer engine host URL | hostURL | The URL of the Search Host Replica Server, for example, http://replicaserver:8983/tridion. |
| Indexer engine password | hostPassword | The password to access the Search Host Replica Server. |
| Indexer engine username | hostUsername | The username to access the Search Host Replica Server, for example mtsuser. |
| Number of threads for indexing | indexingThreadCount | The number of threads you should set for indexing depends on the processing power of the machine, and whether you have installed Search on a dedicated machine in an outscale. |
- Restart IIS and COM+ to apply the settings you changed.