mirror of https://github.com/apache/lucene.git
- 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:
parent
5b90be88b7
commit
1df2ba0dec
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue