cutting 02/01/27 14:27:48 Modified: . CHANGES.txt Log: Added recent changes. Folks should update this themselves! Revision Changes Path 1.2 +23 -1 jakarta-lucene/CHANGES.txt Index: CHANGES.txt =================================================================== RCS file: /home/cvs/jakarta-lucene/CHANGES.txt,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- CHANGES.txt 4 Nov 2001 17:23:04 -0000 1.1 +++ CHANGES.txt 27 Jan 2002 22:27:48 -0000 1.2 @@ -1,6 +1,6 @@ Lucene Change Log -$Id: CHANGES.txt,v 1.1 2001/11/04 17:23:04 cutting Exp $ +$Id: CHANGES.txt,v 1.2 2002/01/27 22:27:48 cutting Exp $ 1.2 RC3 @@ -12,6 +12,7 @@ across more than across a single buffer boundary. 3. Fix query parser so it accepts queries with unicode characters. + (briangoetz) 4. Fix query parser so that PrefixQuery is used in preference to WildcardQuery when there's only an asterisk at the end of the @@ -19,6 +20,27 @@ 5. Fix tests so they compile; fix ant file so it compiles tests properly. Added test cases for Analyzers and PriorityQueue. + + 6. Updated demos, added Getting Started documentation. (acoliver) + + 7. Added 'contributions' section to website & docs. (carlson) + + 8. Removed JavaCC from source distribution for copyright reasons. + Folks must now download this separately from metamata in order to + compile Lucene. (cutting) + + 9. Substantially improved the performance of DateFilter by adding the + ability to reuse TermDocs objects. (cutting) + +10. Added IndexReader methods: + public static boolean indexExists(String directory); + public static boolean indexExists(File directory); + public static boolean indexExists(Directory directory); + public static boolean isLocked(Directory directory); + public static void unlock(Directory directory); + (cutting, otis) + +11. Fixed bugs in GermanAnalyzer (gschwarz) 1.2 RC2, 19 October 2001:
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>