dnaber 2004/12/06 14:18:31 Modified: . CHANGES.txt Log: whitespace and typo fix Revision Changes Path 1.132 +4 -5 jakarta-lucene/CHANGES.txt Index: CHANGES.txt =================================================================== RCS file: /home/cvs/jakarta-lucene/CHANGES.txt,v retrieving revision 1.131 retrieving revision 1.132 diff -u -r1.131 -r1.132 --- CHANGES.txt 6 Dec 2004 20:04:01 -0000 1.131 +++ CHANGES.txt 6 Dec 2004 22:18:31 -0000 1.132 @@ -56,14 +56,13 @@ 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 + terms only the BooleanQuery.maxClauseCount most similar terms go into the rewritten query and thus the exception is avoided. (Christoph) 13. Changed system property from "org.apache.lucene.lockdir" to - "org.apache.lucene.lockDir", so that it's casing follows the existing - casing pattern used in other Lucene system properties. - (Bernhard) + "org.apache.lucene.lockDir", so that its casing follows the existing + pattern used in other Lucene system properties. (Bernhard) API Changes
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]