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.
Solr has a replication scheme built-in: http://wiki.apache.org/solr/CollectionDistribution -Mike