--- Begin Message ---
Run a small indexer within Eclipse 3.1 under Windows and encounter
rename bug all the time:
java.io.IOException: Cannot rename deleteable.new to deletable
at org.apache.lucene.store.FSDirectory.renameFile(FSDirectory.java:239)
at
org.apache.lucene.index.IndexWrite
Run a small indexer within Eclipse 3.1 under Windows and encounter
rename bug all the time:
java.io.IOException: Cannot rename deleteable.new to deletable
at org.apache.lucene.store.FSDirectory.renameFile(FSDirectory.java:239)
at
org.apache.lucene.index.IndexWriter.writeDeleteableFiles(I