Did you look at the new in-built replication?
http://wiki.apache.org/solr/SolrReplication#head-0e25211b6ef50373fcc2f9a6ad40380c169a5397
It can help you decide where to replicate from during runtime . Look
at the snappull command you can pass the masterUrl at the time of
replication.
On Fri, Jan
Thanks for the response. Let me clarify things a bit.
Regarding the Slaves:
Our project is a web application. It is our desire to embedd Solr into the
web application. The web applications are configured with a local embedded
Solr instance configured as a slave, and a remote Solr instance confi
On Fri, Jan 23, 2009 at 3:57 AM, edre...@ha wrote:
>
> Essentially, the plan is to add another Master server, so now we have M1
> and
> M2. Both M1 and M2 are also configured to be slaves of each other. The
> plan is to put a load balancer in between the Slaves and the Master
> servers.
What