Apache Lucene.Net 2.4.0 Class Library API

IndexReader.GetIndexCommit Method 

Expert: Return the IndexCommit that this reader has open. This method is only implemented by those readers that correspond to a Directory with its own segments_N file.

WARNING: This API is new and experimental and may suddenly change.

public virtual IndexCommit GetIndexCommit();

Return Value

See Also

IndexReader Class | Lucene.Net.Index Namespace