Apache Lucene.Net 2.4.0 Class Library API

IndexReader.Commit Method 

Commit changes resulting from delete, undeleteAll, or setNorm operations If an exception is hit, then either no changes or all changes will have been committed to the index (transactional semantics).

public void Commit();

See Also

IndexReader Class | Lucene.Net.Index Namespace