Author: yonik
Date: Wed Aug 22 09:38:51 2007
New Revision: 568695

URL: http://svn.apache.org/viewvc?rev=568695&view=rev
Log:
remove boolToFilterOptimizer since no standard handlers go through a code path 
that would use it, and we can specify filters directly now

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=568695&r1=568694&r2=568695&view=diff
==============================================================================
--- lucene/solr/trunk/example/solr/conf/solrconfig.xml (original)
+++ lucene/solr/trunk/example/solr/conf/solrconfig.xml Wed Aug 22 09:38:51 2007
@@ -210,13 +210,6 @@
          iterate over, and faster to take intersections.  -->
     <HashDocSet maxSize="3000" loadFactor="0.75"/>
 
-
-    <!-- boolToFilterOptimizer converts boolean clauses with zero boost
-         into cached filters if the number of docs selected by the clause 
exceeds
-         the threshold (represented as a fraction of the total index) -->
-    <boolTofilterOptimizer enabled="true" cacheSize="32" threshold=".05"/>
-
-
     <!-- a newSearcher event is fired whenever a new searcher is being prepared
          and there is a current searcher handling requests (aka registered). 
-->
     <!-- QuerySenderListener takes an array of NamedList and executes a


Reply via email to