Hello Bill,

I can't really answer your question about replicaiton being supported on
Solr3.3 (I use trunk 4.x myself) BUT I can tell you that if each Solr node
has just one core ... only then does it make sense to use
-Denable.master=true and -Denable.slave=true ... otherwise, as Yury points
out, you should use solr.xml to pass in the value for each core
individually.

What is a node you ask? To me it means one App Server (Jetty) running Solr
... doesn't matter if its multiple ones on the same machine or single ones
on different machines. That's what I mean by a node here.

2011/9/12 Yury Kats <yuryk...@yahoo.com>

> On 9/11/2011 11:24 PM, William Bell wrote:
> > I am using 3.3 SOLR. I tried passing in -Denable.master=true and
> > -Denable.slave=true on the Slave machine.
> > Then I changed solrconfig.xml to reference each as per:
> >
> >
> http://wiki.apache.org/solr/SolrReplication#enable.2BAC8-disable_master.2BAC8-slave_in_a_node
>
> These are core parameters, you need to set them in solr.xml per core.
>

Reply via email to