*** empty log message ***

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150674 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Christoph Goller 2004-11-25 16:57:11 +00:00
parent 918572be86
commit 4d1eb290c5
1 changed files with 6 additions and 0 deletions

View File

@ -53,6 +53,12 @@ New features
11. Added NumberTools, a utility class indexing numeric fields.
(adapted from code contributed by Matt Quail; committed by Erik)
12. FuzzyQuery can no longer throw a TooManyClauses exception. If a
FuzzyQuery expands to more than BooleanQuery.maxClauseCount
terms only the BooleanQuery.maxClauseCount most similar terms
go into the rewritten query and thus the exception is avoided.
(Christoph)
API Changes