Hi,
we are calling updateDocument(term, document) method on IndexWriter and
after that we are calling close() method of indexWriter.
In Close() method i got the following IO exception.
\\server01\files\luceneIndex\_c.cfs (The process cannot access the file
because it is being used by an
Can you post the full exception that you hit?
And maybe a standalone test case showing the problem?
Mike
On Mon, Jan 3, 2011 at 1:03 AM, Atul Prajapati
wrote:
> Hi,
>
>
>
> we are calling updateDocument(term, document) method on IndexWriter
> and after that we are ca