Apache Lucene.Net 2.4.0 Class Library API

IndexReader.DecRef Method 

Expert: decreases the refCount of this IndexReader instance. If the refCount drops to 0, then pending changes (if any) are committed to the index and this reader is closed.

public virtual void DecRef();

See Also

IndexReader Class | Lucene.Net.Index Namespace