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:
Mark Robert Miller 2012-01-31 22:36:50 +00:00
parent ffbeee0834
commit 440b514452
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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