Add changes for Java 1.5 Port

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@821448 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Uwe Schindler 2009-10-03 23:40:02 +00:00
parent 8dcc6d68b5
commit 9aa93c2a6b
1 changed files with 3 additions and 0 deletions

View File

@ -12,6 +12,9 @@ API Changes
* LUCENE-1944, ...: Removed (all) deprecated methods/classes left over
from Lucene 2.9 [not yet finished]. (Uwe Schindler)
* LUCENE-1257, ...: Port to Java 1.5 [not yet finished].
(Uwe Schindler, Robert Muir, Karl Wettin, Paul Elschot)
* LUCENE-1925: Make IndexSearcher's subReaders and docStarts members
protected; add expert ctor to directly specify reader, subReaders
and docStarts. (John Wang, Tim Smith via Mike McCandless)