mirror of https://github.com/apache/lucene.git
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:
parent
748b2419e9
commit
6455d1a106
|
@ -36,6 +36,11 @@ Changes in runtime behavior
|
|||
its own files from the index directory (looking at the file name suffixes
|
||||
to decide if a file belongs to Lucene). The old behavior was to delete
|
||||
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
|
||||
|
||||
|
|
Loading…
Reference in New Issue