quick attempt at improving maxBoolClause doc

git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@827678 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Mark Robert Miller 2009-10-20 15:18:24 +00:00
parent f289911fdf
commit 175538c82e
1 changed files with 4 additions and 3 deletions

View File

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