Apache Lucene.Net 2.4.0 Class Library API

IndexReader.LastModified Method

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.

Overload List

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(Directory);

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);

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(string);

See Also

IndexReader Class | Lucene.Net.Index Namespace