Configuring an On-Premise Search Service for High-Availability / HA Search Setup Overview |
The search service relies on a file named serviceDirectory.json. This file should be identical for all of the search servers (not the ingress replicators) in your HA configuration.
{ "defaultServiceDirectory" : { "directory" : { "host" : "haproxy.yourdomain.com", "port" : 20000 }, "search" : { "host" : "haproxy.yourdomain.com", "port" : 20000 }, "searchIndexManage" : { "host" : "haproxy.yourdomain.com", "port" : 19000 }, "rebuildSearchIndex" : { "host" : "haproxy.yourdomain.com", "port" : 19000 }, "activityIngress" : { "host" : "haproxy.yourdomain.com", "port" : 19000 } } }