On Wed, Jun 10, 2009 at 3:25 AM, mlathe<[email protected]> wrote:
>
> Does anyone have comments on this?
> Is this on the wrong list? should it be solr-user?
This questions could go to solr-user
>
> Thanks
> --Matthias
>
>
> mlathe wrote:
>>
>> 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">
this is wrong
>>         <str name="replicateAfter">startup,commit</str>
this is right
<str name="replicateAfter">startup</str>
<str name="replicateAfter">commit</str>

this is wrong
>>         <str name="snapshot">startup,commit</str>

this right

<str name="snapshot">startup</str>
<str name="snapshot">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-tp23788960p23952016.html
> Sent from the Solr - Dev mailing list archive at Nabble.com.
>
>



-- 
-----------------------------------------------------
Noble Paul | Principal Engineer| AOL | http://aol.com

Reply via email to