mirror of https://github.com/apache/lucene.git
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:
parent
f289911fdf
commit
175538c82e
|
@ -282,9 +282,10 @@
|
||||||
|
|
||||||
|
|
||||||
<query>
|
<query>
|
||||||
<!-- Maximum number of clauses in a boolean query... can affect
|
<!-- Maximum number of clauses in a boolean query... in the past, this affected
|
||||||
range or prefix queries that expand to big boolean
|
range or prefix queries that expanded to big boolean queries - built in Solr
|
||||||
queries. An exception is thrown if exceeded. -->
|
query parsers no longer create queries with this limitation.
|
||||||
|
An exception is thrown if exceeded. -->
|
||||||
<maxBooleanClauses>1024</maxBooleanClauses>
|
<maxBooleanClauses>1024</maxBooleanClauses>
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue