Apache Lucene.Net 2.1 Class Library API

IndexReader.LastModified Method (FileInfo)

Returns the time the index in the named directory was last modified. Do not use this to check whether the reader is still up-to-date, use {@link #IsCurrent()} instead.

public static long LastModified(
   FileInfo fileDirectory
);

See Also

IndexReader Class | Lucene.Net.Index Namespace | IndexReader.LastModified Overload List