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