Returns an IndexReader reading the index in the given Directory.
Returns an IndexReader reading the index in the given Directory.
public static IndexReader Open(Directory);
Returns an IndexReader reading the index in an FSDirectory in the named path.
public static IndexReader Open(FileInfo);
Returns an IndexReader reading the index in an FSDirectory in the named path.
public static IndexReader Open(string);