Setting up a Cluster for Locate

Edit shared.properties file so that the address search URL is set to use the URL of load balancer as shown below:
indexsearch.singleLineSearch.url=http://<loadbalancer.example.com>:<port>/index-search/SingleLineAddressService
indexsearch.singleLineSearch.wsdl= http://<loadbalancer.example.com>:<port>/index-search/SingleLineAddressService?wsdl
Edit the path where search index will be generated as described below, CUSTOMER_CONFIGURATION_PATH denotes the path to customer configuration file share:
  1. Shut down AnalystLocate service.
  2. Go to directory: <CUSTOMER_CONFIGURATION_PATH>\analyst\locateconfig
  3. Open configuration.xml for editing
  4. Search for <pending-directory> element and set its value to use common customer configuration file share as shown below:
    <pending-directory> <CUSTOMER_CONFIGURATION_PATH>\analyst\lucene\indexes\Address1\pending</pending-directory>
  5. Search for <active-directory > element and set its value to use common customer configuration file share as shown below:
    <active-directory> <CUSTOMER_CONFIGURATION_PATH>\analyst\lucene\indexes\Address1\active</active-directory>
  6. Start AnalystLocate service.