Re: How to setup solr in cluster

2015-05-29 Thread Erick Erickson
t; > Thanks for your help. > > Thanks > sumit > > -Original Message- > From: Purohit, Sumit > Sent: Friday, May 29, 2015 5:10 PM > To: solr-user@lucene.apache.org > Subject: RE: How to setup solr in cluster > > Thanks for the reply. > I have tried

RE: How to setup solr in cluster

2015-05-29 Thread Purohit, Sumit
-Original Message- From: Purohit, Sumit Sent: Friday, May 29, 2015 5:10 PM To: solr-user@lucene.apache.org Subject: RE: How to setup solr in cluster Thanks for the reply. I have tried example cloud setup using the link I mentioned. I am trying to setup solr on all 16 nodes + 1 external

RE: How to setup solr in cluster

2015-05-29 Thread Purohit, Sumit
to me and I wanted to sought community's suggestion. Thanks Sumit -Original Message- From: Erick Erickson [mailto:erickerick...@gmail.com] Sent: Friday, May 29, 2015 4:43 PM To: solr-user@lucene.apache.org Subject: Re: How to setup solr in cluster You really have to tell us more

Re: How to setup solr in cluster

2015-05-29 Thread Erick Erickson
You really have to tell us more about what you mean. You have two problems to solve 1> putting Solr on all the nodes and starting/stopping it. Puppet or Chef help here, although it's perfectly possible to do this manually. 2> creating collecitons etc. For this you just need all your Solr instances

How to setup solr in cluster

2015-05-29 Thread Purohit, Sumit
Hi All, I am trying to setup solr on a cluster with 16 nodes. Only documentation I could find, talks about a local cluster which behaves like a "real" cluster. https://cwiki.apache.org/confluence/display/solr/Getting+Started+with+SolrCloud I read about using tools like "Chef" or "Puppet" to conf

Re: Solr in cluster

2009-05-22 Thread Reza Safari
To: solr-user@lucene.apache.org Sent: Friday, May 22, 2009 6:17:56 AM Subject: Solr in cluster Hi, One of the problems I have with Lucene is Lock obtained by the IndexWriter. I want to use one Solr running inside a cluster behind the load balancer. Are multiple webservers able to write and c

Re: Solr in cluster

2009-05-22 Thread Otis Gospodnetic
pe of queue in front of Solr. Otis -- Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch - Original Message > From: Reza Safari > To: solr-user@lucene.apache.org > Sent: Friday, May 22, 2009 6:17:56 AM > Subject: Solr in cluster > > Hi, > > One of the p

Solr in cluster

2009-05-22 Thread Reza Safari
Hi, One of the problems I have with Lucene is Lock obtained by the IndexWriter. I want to use one Solr running inside a cluster behind the load balancer. Are multiple webservers able to write and commit to Lucene using Solr with out locking issues etc? Is Solr the solution for concurrency