Solrcloud hosting

2016-01-17 Thread Pranaya Behera
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

Re: Solrcloud hosting

2016-01-17 Thread Erick Erickson
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

Re: Solrcloud hosting

2016-01-17 Thread Shawn Heisey
On 1/17/2016 2:43 PM, Pranaya Behera wrote: > 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 ? Adding on to Erick's reply: If you want zookeeper

Re: Solrcloud hosting

2016-01-17 Thread Saulabiu Baba Akinlolu
Unsubscribe Shawn Heisey --- Re: Solrcloud hosting --- From:"Shawn Heisey" To:"" Date:Sun, Jan 17, 2016 9:39 PMSubject:Re: Solrcloud hosting On 1/17/2016 2:43 PM, Pranaya Behera wrote: > I have 1 zookeeper server and 3 solr servers. I want to access the > search end point which so