Returns true if an index exists at the specified directory. If the directory does not exist or if there is no index in it.
Returns true if an index exists at the specified directory. If the directory does not exist or if there is no index in it.
public static bool IndexExists(Directory);
Returns true if an index exists at the specified directory. If the directory does not exist or if there is no index in it.
public static bool IndexExists(FileInfo);
Returns true if an index exists at the specified directory. If the directory does not exist or if there is no index in it. false is returned.
public static bool IndexExists(string);
IndexReader Class | Lucene.Net.Index Namespace