otis 2004/01/30 09:07:53 Modified: . CHANGES.txt Log: - Added 2 changes Revision Changes Path 1.68 +8 -1 jakarta-lucene/CHANGES.txt Index: CHANGES.txt =================================================================== RCS file: /home/cvs/jakarta-lucene/CHANGES.txt,v retrieving revision 1.67 retrieving revision 1.68 diff -u -r1.67 -r1.68 --- CHANGES.txt 20 Jan 2004 18:37:08 -0000 1.67 +++ CHANGES.txt 30 Jan 2004 17:07:53 -0000 1.68 @@ -35,6 +35,13 @@ RemoteSearchable this makes it easy to implement distributed search systems. (Jean-Francois Halleux via cutting) + 5. Added IntegerSortedSearcher and FieldSortedHitQueue classes that + together provide the ability to sort by single-valued Integer + fields. (Tim Jones via Otis) + + 6. Changed FSDirectory to auto-create a full directory tree that it + needs by using mkdirs() instead of mkdir(). (Mladen Turk via Otis) + 1.3 final
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]