goller 2004/11/25 08:57:11 Modified: . CHANGES.txt Log: Revision Changes Path 1.127 +7 -1 jakarta-lucene/CHANGES.txt Index: CHANGES.txt =================================================================== RCS file: /home/cvs/jakarta-lucene/CHANGES.txt,v retrieving revision 1.126 retrieving revision 1.127 diff -u -r1.126 -r1.127 --- CHANGES.txt 23 Nov 2004 21:07:48 -0000 1.126 +++ CHANGES.txt 25 Nov 2004 16:57:11 -0000 1.127 @@ -53,6 +53,12 @@ 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
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]