Cheers for the info Mark.  That looks pretty similar to what I have.  Slave
is almost the same, master was slightly different but I don't think
incorrect:

<lst name="master">
  <str name="replicateAfter">optimize</str>
  <str name="snapshot">optimize</str>
  <str
name="confFiles">solrconfig_slave.xml:solrconfig.xml,schema.xml,stopwords.txt,elevate.xml</str>
</lst>

I'll keep looking as I'm bound to have missed something but I can't quite
see what it is yet.

Lee,


markrmiller wrote:
> 
> Have you uncommented the proper RequestHandlers in solrconfig.xml?
> 
> <!-- Please refer to http://wiki.apache.org/solr/SolrReplication for 
> details on configuring replication -->
> <!--Master config-->
> <!--
> <requestHandler name="/replication" class="solr.ReplicationHandler" >
>     <lst name="master">
>         <str name="replicateAfter">commit</str>
>          <str name="confFiles">schema.xml,stopwords.txt</str>
>     </lst>
> </requestHandler>
> -->
> <!-- Slave config-->
> <!--
> <requestHandler name="/replication" class="solr.ReplicationHandler">
>     <lst name="slave">
>         <str name="masterUrl">http://localhost:8983/solr/replication</str>
>         <str name="pollInterval">00:00:60</str> 
>      </lst>
> </requestHandler>
> -->
> 
> -- 
> - Mark
> 
> http://www.lucidimagination.com
> 
> 
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Replication-In-1.4-tp24356158p24356526.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to