Hi, I'm usingĀ Lucene 4.3.1, from time to time I'm loosing data while indexing.I get an ERROR:"Lucene add index:this IndexWriter is closed". I'm using IndexWriter.commit most of the time and when I finish I'm using IndexWriter.close.
What can cause this Error?How can I shorten the time of the IndexWriter closing state? thanks,Jon