Apache Lucene.Net 2.4.0 Class Library API

DirectoryIndexReader.DoCommit 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).

protected internal override void DoCommit();

See Also

DirectoryIndexReader Class | Lucene.Net.Index Namespace