On Mon, 14 Jul 2003 07:11 pm, [EMAIL PROTECTED] wrote: > Hi, I am new in Lucene. I have a problem with my code. Somebody can help me > why I can't delete some files.Maybe I missing something. Thanks in advance.
You have IndexWriter opened while trying to delete document. Use IndexReader to delete document and then open IndexWriter to optimize. > Regards, > > Michel victor --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
