Re: Loadbalance for SorCloud using SolrNet

2017-04-20 Thread Florian Gleixner
d balance ? Something like HA proxy or > physical load balance. > > -Original Message- > From: Shawn Heisey [mailto:apa...@elyograg.org] > Sent: Thursday, April 20, 2017 12:36 PM > To: solr-user@lucene.apache.org > Subject: Re: Loadbalance for SorCloud using SolrNet >

Re: Loadbalance for SorCloud using SolrNet

2017-04-20 Thread Mikhail Khludnev
Hello, Vrinda. AFAIK, this SolrCloud is supported https://github.com/dkrupnou/SolrNet/tree/cloud On Thu, Apr 20, 2017 at 9:47 AM, Vrinda Ashok wrote: > Hello, > > I have application sending request to Shard1 each time, making this > single point of failure. Please suggest what can I use for Lo

RE: Loadbalance for SorCloud using SolrNet

2017-04-20 Thread Vrinda Ashok
SorCloud using SolrNet On 4/20/2017 12:47 AM, Vrinda Ashok wrote: > I have application sending request to Shard1 each time, making this single > point of failure. Please suggest what can I use for Load balancing in SolrNet. > > Is there something like CloudSolrClient as in SolrJ ? Or wi

Re: Loadbalance for SorCloud using SolrNet

2017-04-20 Thread Shawn Heisey
On 4/20/2017 12:47 AM, Vrinda Ashok wrote: > I have application sending request to Shard1 each time, making this single > point of failure. Please suggest what can I use for Load balancing in SolrNet. > > Is there something like CloudSolrClient as in SolrJ ? Or will I have to go > with HA proxy

Loadbalance for SorCloud using SolrNet

2017-04-19 Thread Vrinda Ashok
Hello, I have application sending request to Shard1 each time, making this single point of failure. Please suggest what can I use for Load balancing in SolrNet. Is there something like CloudSolrClient as in SolrJ ? Or will I have to go with HA proxy or physical load balance only ? Please sugg