From f1a81edf7de089e8180c5aacf0f7667aac0abcc9 Mon Sep 17 00:00:00 2001 From: Bernhard Messer Date: Thu, 9 Jun 2005 19:17:23 +0000 Subject: [PATCH] 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 --- CHANGES.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGES.txt b/CHANGES.txt index e78f85c70c1..c88a118f21a 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -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