Method IndexExists
IndexExists(Directory)
Returns true
if an index likely exists at
the specified directory. Note that if a corrupt index
exists, or if an index in the process of committing
Declaration
public static bool IndexExists(Directory directory)
Parameters
Type | Name | Description |
---|---|---|
Directory | directory | the directory to check for an index |
Returns
Type | Description |
---|---|
System.Boolean |
|