Re: redundant Solr servers

2006-09-15 Thread Yonik Seeley
On 9/15/06, Mike Baranczak <[EMAIL PROTECTED]> wrote: > Solr has a replication scheme built-in: > http://wiki.apache.org/solr/CollectionDistribution Wow, that was easy. This looks like exactly what I need. I had somehow completely missed that. The main pain of it all is configuration (of cron,

Re: redundant Solr servers

2006-09-15 Thread Mike Baranczak
On Sep 15, 2006, at 5:40 PM, Mike Klaas wrote: On 9/15/06, Mike Baranczak <[EMAIL PROTECTED]> wrote: I need to set up a cluster with two or more boxes running Solr, each using a clone of the same index (for load balancing). Does anybody have experience with such a scheme? I have a few ideas of

Re: redundant Solr servers

2006-09-15 Thread Mike Klaas
On 9/15/06, Mike Baranczak <[EMAIL PROTECTED]> wrote: I need to set up a cluster with two or more boxes running Solr, each using a clone of the same index (for load balancing). Does anybody have experience with such a scheme? I have a few ideas of my own, but I don't want to reinvent the wheel.