Lucene.Net 1.9.1 Class Library

IndexReader.IsCurrent Method 

Check whether this IndexReader still works on a current version of the index. If this is not the case you will need to re-open the IndexReader to make sure you see the latest changes made to the index.

public virtual bool IsCurrent();

See Also

IndexReader Class | Lucene.Net.Index Namespace