t;
> Thanks
>
> - Chris
>
> - Original Message -
> From: Anshum
> Sent: Mon, 11/2/2009 10:08am
> To: java-user@lucene.apache.org
> Subject: Re: LockObtainFailedException
>
> Hi Chris,
>
> Isn't there a reply @ the older thread?
> In case there is
--
> From: Anshum
> Sent: Mon, 11/2/2009 10:08am
> To: java-user@lucene.apache.org
> Subject: Re: LockObtainFailedException
>
> Hi Chris,
>
> Isn't there a reply @ the older thread?
> In case there isn't, this is generally observed when an indexwriter is not
>
apache.org
Subject: Re: LockObtainFailedException
Hi Chris,
Isn't there a reply @ the older thread?
In case there isn't, this is generally observed when an indexwriter is not
closed properly i.e. just not closed.
The lock is created on opening the indexwriter to maintain the sanity of
Hi Chris,
Isn't there a reply @ the older thread?
In case there isn't, this is generally observed when an indexwriter is not
closed properly i.e. just not closed.
The lock is created on opening the indexwriter to maintain the sanity of the
index. This lock gets removed on closing writer.close(). I