hi,
yes, but there maybe several programs to write the index.
If a program is writing into the index, the index database maybe corrupted
when another program unlocks it
Best Regards.
jacky
----- Original Message -----
From: "Bhavin Pandya" <[EMAIL PROTECTED]>
To: <[email protected]>
Sent: Wednesday, September 27, 2006 4:55 PM
Subject: Re: lock file of lucene
> Hi jacky,
>
> Before you open IndexWriter object you can check whether lock file exists or
> not and if its available you can unlock it.
> Use IndexReader.isLocked and IndexReader.unlock.
>
> - Bhavin pandya
>
>
> ----- Original Message -----
> From: "jacky" <[EMAIL PROTECTED]>
> To: <[email protected]>
> Sent: Wednesday, September 27, 2006 12:32 PM
> Subject: lock file of lucene
>
>
> > hi,
> > When writing into an index, lucene will create a write lock file.
> > So, if there is an error during the writing. the lock file will not be
> > deleted.
> > And also the JVM will not be closed for some time. So the program will
> > have no chance to get lock of this index.
> > Is there any method to avoid that?
> >
> > Best Regards.
> > jacky
> >
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>