bmesser 2004/12/02 09:46:01 Modified: . CHANGES.txt Log: reflect change for system property "org.apache.lucene.lockDir" Revision Changes Path 1.130 +7 -2 jakarta-lucene/CHANGES.txt Index: CHANGES.txt =================================================================== RCS file: /home/cvs/jakarta-lucene/CHANGES.txt,v retrieving revision 1.129 retrieving revision 1.130 diff -u -r1.129 -r1.130 --- CHANGES.txt 28 Nov 2004 15:42:16 -0000 1.129 +++ CHANGES.txt 2 Dec 2004 17:46:00 -0000 1.130 @@ -56,10 +56,15 @@ 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) + API Changes 1. Several methods and fields have been deprecated. The API documentation
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]