Hi All,
I'm doing some proof of concept work with Solr Replication
http://wiki.apache.org/solr/SolrReplication
If you dig through the ReplicationHandler code you will see that the master
node's config can include "replicateAfter" and "snapshot", like this:
<lst name="master">
<str name="replicateAfter">startup,commit</str>
<str name="snapshot">startup,commit</str>
<str name="confFiles">schema.xml,stopwords.txt,synonyms.txt</str>
</lst>
Does anyone understand what the snapshot values do? it's not defined in the
wiki documentation.
Thanks
--Matthias
--
View this message in context:
http://www.nabble.com/snapshot-config-value-for-Solr-1.4-Replication-tp23788960p23788960.html
Sent from the Solr - Dev mailing list archive at Nabble.com.