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
|
@ -42,6 +42,11 @@ Changes in runtime behavior
|
||||||
is now initialized by the system time in milliseconds.
|
is now initialized by the system time in milliseconds.
|
||||||
(Bernhard Messer via Daniel Naber)
|
(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
|
New features
|
||||||
|
|
||||||
1. Added support for stored compressed fields (patch #31149)
|
1. Added support for stored compressed fields (patch #31149)
|
||||||
|
|
Loading…
Reference in New Issue