Suneetha, I am also seeing this error with rc3 release. I have been using an older version of lucene w/o any problems. I do provide a lock before I write to the index so, it can't be because multiple threads are trying to write to it at the same time...
Have you been able resolve this? -----Original Message----- From: Jerome Baton [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 12, 2002 8:15 AM To: Lucene Users List; [EMAIL PROTECTED] Subject: Re: write.lock file Hi, As I understand it, it is made to allow multiple access to an index but only one writer at a time. It is created by IndexWriter on constructor and destroyed when the indexWriter is closed. regards, Jerome ----- Original Message ----- From: "suneethad" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, February 12, 2002 2:42 PM Subject: write.lock file > Hi, > Whenever I index some files I'm getting some lock files created > (write.lock).Can somebody tell me what do these mean and how can I > remove them . > > Regards, > Suneetha > > ---------------------------------------------------------------------------- ---- > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
