mirror of https://github.com/apache/lucene.git
revert these config changes - see SOLR-3082 - we should solve this another way
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1238838 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ffbeee0834
commit
440b514452
|
@ -238,7 +238,7 @@
|
||||||
|
|
||||||
</query>
|
</query>
|
||||||
|
|
||||||
<requestHandler name="/replication" class="solr.ReplicationHandler" />
|
<requestHandler name="/replication" class="solr.ReplicationHandler" startup="lazy" />
|
||||||
|
|
||||||
<!-- An alternate set representation that uses an integer hash to store filters (sets of docids).
|
<!-- An alternate set representation that uses an integer hash to store filters (sets of docids).
|
||||||
If the set cardinality <= maxSize elements, then HashDocSet will be used instead of the bitset
|
If the set cardinality <= maxSize elements, then HashDocSet will be used instead of the bitset
|
||||||
|
|
|
@ -1075,7 +1075,7 @@
|
||||||
|
|
||||||
This is the config need for SolrCloud's recovery replication.
|
This is the config need for SolrCloud's recovery replication.
|
||||||
-->
|
-->
|
||||||
<requestHandler name="/replication" class="solr.ReplicationHandler" />
|
<requestHandler name="/replication" class="solr.ReplicationHandler" startup="lazy" />
|
||||||
|
|
||||||
|
|
||||||
<!-- Search Components
|
<!-- Search Components
|
||||||
|
|
Loading…
Reference in New Issue