Reads version number from segments files. The version number counts the number of changes of the index.
Reads version number from segments files. The version number counts the number of changes of the index.
public static long GetCurrentVersion(Directory);
Reads version number from segments files. The version number counts the number of changes of the index.
public static long GetCurrentVersion(FileInfo);
Reads version number from segments files. The version number counts the number of changes of the index.
public static long GetCurrentVersion(string);
IndexReader Class | Lucene.Net.Index Namespace