mirror of https://github.com/apache/lucene.git
two declarations of /replication is misleading
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@809123 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
3c9558cd0a
commit
fcc76e8b7e
|
@ -431,24 +431,19 @@
|
|||
</requestHandler>
|
||||
|
||||
<!-- Please refer to http://wiki.apache.org/solr/SolrReplication for details on configuring replication -->
|
||||
<!--Master config-->
|
||||
<!-- remove the <lst name="master"> section if this is just a slave -->
|
||||
<!-- remove the <lst name="slave"> section if this is just a master -->
|
||||
<!--
|
||||
<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>
|
||||
<str name="pollInterval">00:00:60</str>
|
||||
</lst>
|
||||
</requestHandler>
|
||||
-->
|
||||
</requestHandler>-->
|
||||
|
||||
<!-- DisMaxRequestHandler allows easy searching across multiple fields
|
||||
for simple user-entered phrases. It's implementation is now
|
||||
|
|
Loading…
Reference in New Issue