mirror of https://github.com/apache/lucene.git
noted TooManyClauses catch in QueryParser
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150146 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
fcc15f9a46
commit
e869bd9c87
|
@ -2,6 +2,11 @@ Lucene Change Log
|
|||
|
||||
$Id$
|
||||
|
||||
1.3 <FINAL?>
|
||||
|
||||
1. Added catch of BooleanQuery$TooManyClauses in QueryParser to
|
||||
throw ParseException instead. (Erik Hatcher)
|
||||
|
||||
1.3 RC3
|
||||
|
||||
1. Added minMergeDocs in IndexWriter. This can be raised to speed
|
||||
|
|
Loading…
Reference in New Issue