Convenience method that returns the last modified time of the segments_N file corresponding to this index commit, equivalent to getDirectory().fileModified(getSegmentsFileName()).

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

Syntax

C#
public virtual long GetTimestamp()
Visual Basic
Public Overridable Function GetTimestamp As Long
Visual C++
public:
virtual long long GetTimestamp()

Return Value

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

See Also