Apache Lucene.Net 2.1 Class Library API

IndexWriter.Flush Method 

Flush all in-memory buffered updates (adds and deletes) to the Directory.

public void Flush();

See Also

IndexWriter Class | Lucene.Net.Index Namespace