IOException in updateDocument(term, document) method of IndexWriter

2011-01-02 Thread Atul Prajapati
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

RE: IOException in updateDocument(term, document) method of IndexWriter

2011-01-03 Thread Atul Prajapati
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