Expert: return the IndexCommit that this reader has opened. 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.

Namespace: Lucene.Net.Index
Assembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1

Syntax

C#
public virtual IndexCommit GetIndexCommit()
Visual Basic
Public Overridable Function GetIndexCommit As IndexCommit
Visual C++
public:
virtual IndexCommit^ GetIndexCommit()

Return Value

[Missing <returns> documentation for "M:Lucene.Net.Index.IndexReader.GetIndexCommit"]

See Also