- Added 2 changes

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150184 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Otis Gospodnetic 2004-01-30 17:07:53 +00:00
parent 5b90be88b7
commit 1df2ba0dec
1 changed files with 7 additions and 0 deletions

View File

@ -35,6 +35,13 @@ $Id$
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