cutting 02/02/08 15:01:15 Modified: . CHANGES.txt Log: Updated for recent changes. Revision Changes Path 1.4 +15 -6 jakarta-lucene/CHANGES.txt Index: CHANGES.txt =================================================================== RCS file: /home/cvs/jakarta-lucene/CHANGES.txt,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- CHANGES.txt 7 Feb 2002 20:24:28 -0000 1.3 +++ CHANGES.txt 8 Feb 2002 23:01:15 -0000 1.4 @@ -1,6 +1,20 @@ Lucene Change Log -$Id: CHANGES.txt,v 1.3 2002/02/07 20:24:28 carlson Exp $ +$Id: CHANGES.txt,v 1.4 2002/02/08 23:01:15 cutting Exp $ + +1.2 RC4 + + 1. Updated contributions section of website + Add XML Document #3 implementation to Document Section + Also added Term Highlighting to Misc Section + + 2. Fixed NullPointerException for phrase searches containing + unindexed terms, introduced in 1.2RC3. + + 3. Changed document deletion code to obtain the index write lock, + enforcing the fact that document addition and deletion cannot be + performed concurrently. + 1.2 RC3 @@ -41,11 +55,6 @@ (cutting, otis) 11. Fixed bugs in GermanAnalyzer (gschwarz) - -12. Updated contributions section of website - Add XML Document #3 implementation to Document Section - Also added Term Highlighting to Misc Section - 1.2 RC2, 19 October 2001:
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>