Steinert, Fabian wrote: > > Hi, > you do not need to writer.close() the IndexWriter at all to make changes > visible. > When IndexWriter is constructed with autoCommit = true flag set, > calling writer.flush() will do. >
Ok, but what about the write.lock? IndexWriter releases its write.lock only when closed, so i think problems may begin when i try to open IndexReader on a locked index. I'm still confused... help. -- View this message in context: http://www.nabble.com/Calling-indexWriter.close%28%29-in-web-app-tf4047813.html#a11538916 Sent from the Lucene - Java Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]