: ${enable.slave:false}
: http://localhost:8080/ndxservice/registry/replication
...
: In above config, I did the enable/disable of solr/master using
: solrcore.properties file,
: but I want set up the masterUrl from java code or my app setting.xml. How i
--- On Tue, 8/28/12, bsargurunathan wrote:
> From: bsargurunathan
> Subject: Re: Solr Master/Slave setup issue
> To: solr-user@lucene.apache.org
> Date: Tuesday, August 28, 2012, 8:54 PM
> Hi iorixxx,
> Thanks for the updates, its really helpful for me. But I
> want one
Hi iorixxx,
Thanks for the updates, its really helpful for me. But I want one more
clarification,
I am setting up the solrcofig.xml like as follows,
${enable.master:false}
commit
schema.xml,stopwords.txt
> Can you please share some samples for
> that?
> I cant see anywhere that solrcore.properties file in my
> solr-3.5 package.
> Can you please explain somewhat depth?
You need to create it by yourself. Create a solrcore.properties file under conf
directory.
This example talks about using same s
Can you please share some samples for that?
I cant see anywhere that solrcore.properties file in my solr-3.5 package.
Can you please explain somewhat depth?
Thanks,
Guru
--
View this message in context:
http://lucene.472066.n3.nabble.com/Solr-Master-Slave-setup-issue-tp4003667p4003675.html
S
> And I added following things in Slave solrconfig.xml,
>
> class="solr.ReplicationHandler" >
>
> name="masterUrl">http://172.16.17.64:8080/ndxservice/registry/replication/
> name="pollInterval">00:00:60
>
>
>
> So, my problem is, I want to avoid the hot code