Re: Remove document fails

2005-03-03 Thread Mauro Verrocchio
sed > only for recovery reason. Or you can damage your index. > > Mauro Verrocchio wrote: > > >Try IndexDirectory.unlock(directory). It's in the javadoc. > > > >Cheers, > >Mauro. > > > > > >On Wed, 02 Mar 2005 22:40:27 +0100, Gusenbauer St

Re: Remove document fails

2005-03-02 Thread Mauro Verrocchio
Try IndexDirectory.unlock(directory). It's in the javadoc. Cheers, Mauro. On Wed, 02 Mar 2005 22:40:27 +0100, Gusenbauer Stefan <[EMAIL PROTECTED]> wrote: > Volodymyr Bychkoviak wrote: > > > may be you have open IndexWriter at the same time you are trying to > > delete document. > > > > Alex Ki