Hi, I'm using Lucene 2.0 and was wondering how to flush/commit index data to disk. It doesn't look like there is a flush() or commit() method in the 2.0 IndexWriter. Is there a way to flush the data without calling close()? Thank you.
- Commit data to disk ... Dragon Fly
- Re: Commit data to disk ... Erick Erickson
- RE: Commit data to disk ... Dragon Fly