carlson 02/05/04 11:26:27 Modified: . CHANGES.txt Log: Reviewed cvs commit in mailling list and added changes to date. Revision Changes Path 1.9 +17 -1 jakarta-lucene/CHANGES.txt Index: CHANGES.txt =================================================================== RCS file: /home/cvs/jakarta-lucene/CHANGES.txt,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- CHANGES.txt 27 Feb 2002 23:05:15 -0000 1.8 +++ CHANGES.txt 4 May 2002 18:26:27 -0000 1.9 @@ -1,6 +1,6 @@ Lucene Change Log -$Id: CHANGES.txt,v 1.8 2002/02/27 23:05:15 otis Exp $ +$Id: CHANGES.txt,v 1.9 2002/05/04 18:26:27 carlson Exp $ 1.2 RC5 @@ -13,6 +13,22 @@ 2. Added MultiFieldQueryParser class. (Kelvin Tan, via otis) 3. Updated "powered by" links. (otis) + + 4. Fixed instruction for setting up JavaCC - Bug #7017 (otis) + + 5. Added throwing exception if FSDirectory could not create diectory - Bug 6914 (otis) + + 6. Update MultiSearcher, MultiFieldParse, Constants, DateFilter, LowerCaseTokenizer javadoc (otis) + + 7. Added fix to avoid NullPointerException in results.jsp (Mark Hayes via otis) + + 8. Changed Wildcard search to find 0 or more char instead of 1 or more (Lee Mallobone via otis) + + 9. Fixed error in offset issue in GermanStemFilter (otis) + + 10. Added unit tests for wildcard search and DateFilter (otis) + + 11. Allow co-existence of indexed and non-indexed fields with the same name (cutting/casper via otis) 1.2 RC4
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>