You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@lucene.apache.org by bm...@apache.org on 2005/06/09 21:17:24 UTC

svn commit: r189798 - /lucene/java/trunk/CHANGES.txt

Author: bmesser
Date: Thu Jun  9 12:17:23 2005
New Revision: 189798

URL: http://svn.apache.org/viewcvs?rev=189798&view=rev
Log:
document new index create behavior, that files will not be deleted when a new index is created in the same directory.

Modified:
    lucene/java/trunk/CHANGES.txt

Modified: lucene/java/trunk/CHANGES.txt
URL: http://svn.apache.org/viewcvs/lucene/java/trunk/CHANGES.txt?rev=189798&r1=189797&r2=189798&view=diff
==============================================================================
--- lucene/java/trunk/CHANGES.txt (original)
+++ lucene/java/trunk/CHANGES.txt Thu Jun  9 12:17:23 2005
@@ -41,6 +41,11 @@
     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