Re: multicore replication slave

2010-10-12 Thread Christopher Bottaro
Answered my own question. Instead of naming each core in the replication handler, you use a variable instead: requestHandler name=/replication class=solr.ReplicationHandler lst name=slave str name=masterUrlhttp://solr.mydomain.com:8983/solr/${solr.core.name}/replication/str str

multicore replication slave

2010-10-11 Thread Christopher Bottaro
Hello, I can't get my multicore slave to replicate from the master. The master is setup properly and the following urls return 00OKNo command as expected: http://solr.mydomain.com:8983/solr/core1/replication http://solr.mydomain.com:8983/solr/core2/replication