Returns the version for this IndexCommit. This is the same value that {@link IndexReader#getVersion} would return if it were opened on this commit.

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

Syntax

C#
public abstract long GetVersion()
Visual Basic
Public MustOverride Function GetVersion As Long
Visual C++
public:
virtual long long GetVersion() abstract

Return Value

[Missing <returns> documentation for "M:Lucene.Net.Index.IndexCommit.GetVersion"]

See Also