Apache Lucene.Net 2.1 Class Library API

IndexReader.Close Method 

Closes files associated with this index. Also saves any new deletions to disk. No other methods should be called after this has been called.

public void Close();

See Also

IndexReader Class | Lucene.Net.Index Namespace