document the change in semantics for IndexReader.getCurrentVersion()

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@189459 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Daniel Naber 2005-06-07 22:13:44 +00:00
parent 748b2419e9
commit 6455d1a106
1 changed files with 5 additions and 0 deletions

View File

@ -37,6 +37,11 @@ Changes in runtime behavior
to decide if a file belongs to Lucene). The old behavior was to delete to decide if a file belongs to Lucene). The old behavior was to delete
all files. (Daniel Naber, bug #34695) all files. (Daniel Naber, bug #34695)
6. The version of an IndexReader, as returned by getCurrentVersion()
and getVersion() doesn't start at 0 anymore for new indexes. Instead, it
is now initialized by the system time in milliseconds.
(Bernhard Messer via Daniel Naber)
New features New features
1. Added support for stored compressed fields (patch #31149) 1. Added support for stored compressed fields (patch #31149)