Author: yonik
Date: Fri Oct 16 20:16:10 2009
New Revision: 826067
URL: http://svn.apache.org/viewvc?rev=826067&view=rev
Log:
replicat on startup in the example config (commented out)
Modified:
lucene/solr/trunk/example/solr/conf/solrconfig.xml
Modified: lucene/solr/trunk/example/solr/conf/solrconfig.xml
URL:
http://svn.apache.org/viewvc/lucene/solr/trunk/example/solr/conf/solrconfig.xml?rev=826067&r1=826066&r2=826067&view=diff
==============================================================================
--- lucene/solr/trunk/example/solr/conf/solrconfig.xml (original)
+++ lucene/solr/trunk/example/solr/conf/solrconfig.xml Fri Oct 16 20:16:10 2009
@@ -497,13 +497,14 @@
<!--
<requestHandler name="/replication" class="solr.ReplicationHandler" >
<lst name="master">
- <str name="replicateAfter">commit</str>
- <str name="confFiles">schema.xml,stopwords.txt</str>
+ <str name="replicateAfter">commit</str>
+ <str name="replicateAfter">startup</str>
+ <str name="confFiles">schema.xml,stopwords.txt</str>
</lst>
<lst name="slave">
- <str name="masterUrl">http://localhost:8983/solr/replication</str>
- <str name="pollInterval">00:00:60</str>
- </lst>
+ <str name="masterUrl">http://localhost:8983/solr/replication</str>
+ <str name="pollInterval">00:00:60</str>
+ </lst>
</requestHandler>-->
<!-- DisMaxRequestHandler allows easy searching across multiple fields