document new index create behavior, that files will not be deleted when a new index is created in the same directory.

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@189798 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Bernhard Messer 2005-06-09 19:17:23 +00:00
parent b51159aeda
commit f1a81edf7d
1 changed files with 5 additions and 0 deletions

View File

@ -41,6 +41,11 @@ Changes in runtime behavior
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)
7. It is now possible to create a new lucene index within a directory which
already contains custom files. Files located in the index directory, will
not be deleted during index creation.
(Bernhard Messer and Daniel Naber)
New features