Re: Solr 4.x and master-slave schema

2014-07-12 Thread Erick Erickson
Shouldn't be hard at all. The only trick will be putting the configuration files into ZooKeeper from the collection that exists already. Here's what I'd try (WARNING: this worked for me on a simple test, I didn't test it robustly) if you can't re-index: 1> copy your index somewhere for backup. Th

Solr 4.x and master-slave schema

2014-07-10 Thread Jorge Luis Betancourt Gonzalez
Hi all: We have a small installation of Solr 3.6 in our hands, right now we have 3 physical servers (1 master and 2 slaves) the ingestion process it’s done in the master which replicates by solr internal mechanism into the slaves, which handles all the queries. We are trying to update to Solr 4