You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-commits@lucene.apache.org by ma...@apache.org on 2009/10/20 17:18:25 UTC

svn commit: r827678 - /lucene/solr/trunk/example/solr/conf/solrconfig.xml

Author: markrmiller
Date: Tue Oct 20 15:18:24 2009
New Revision: 827678

URL: http://svn.apache.org/viewvc?rev=827678&view=rev
Log:
quick attempt at improving maxBoolClause doc

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=827678&r1=827677&r2=827678&view=diff
==============================================================================
--- lucene/solr/trunk/example/solr/conf/solrconfig.xml (original)
+++ lucene/solr/trunk/example/solr/conf/solrconfig.xml Tue Oct 20 15:18:24 2009
@@ -282,9 +282,10 @@
 
 
   <query>
-    <!-- Maximum number of clauses in a boolean query... can affect
-        range or prefix queries that expand to big boolean
-        queries.  An exception is thrown if exceeded.  -->
+    <!-- Maximum number of clauses in a boolean query... in the past, this affected
+        range or prefix queries that expanded to big boolean queries - built in Solr 
+        query parsers no longer create queries with this limitation. 
+        An exception is thrown if exceeded.  -->
     <maxBooleanClauses>1024</maxBooleanClauses>