Point to any one of them, there's an internal load balancer that should distribute sub-requests. That said, this is a single point of failure. People usually put a hardware load balancer in front of a setup like this.
Depending on how you access, a SolrJ client that uses the CloudSolrClient class that takes a Zookeeper ensemble string and uses the internal (software) load balancer to send queries to various nodes in the system. Best, Erick On Sun, Jan 17, 2016 at 1:43 PM, Pranaya Behera <pranaya.beh...@igp.com> wrote: > Hi, > I have 1 zookeeper server and 3 solr servers. I want to access the > search end point which solr server's url i should try ? > And is there anyway to assign one domain for this solrcloud and how ? > > -- > Thanks & Regards > Pranaya Behera >