Re: rename bug

2005-07-25 Thread Hu Pan
solution. :-) -Thomas   - Original Message From: Chris Lu <[EMAIL PROTECTED]> To: java-user@lucene.apache.org Sent: Mon Jul 25 17:22:50 2005 Subject: Re: rename bug This is actually a known problem, particular to windows OS. I remember Doug Cuttings has talked about it before.

Re: rename bug

2005-07-25 Thread Chris Lu
t; 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.

rename bug

2005-07-25 Thread Thomas Pan
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

[Fwd: rename bug]

2005-07-25 Thread Thomas Pan
--- 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