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
This is actually a known problem, particular to windows OS. I remember Doug Cuttings has talked about it before. Inside Lucene, the get-around is to try to rename the file until successful. The IOException you saw may not affect your indexes' integrity. But I said so just based on experience, not