Lucene.Net 1.4.3 Class Library

FieldInfos Constructor (Directory, String)

Construct a FieldInfos object using the directory and the name of the file InputStream

public FieldInfos(
   Directory d,
   string name
);

Parameters

d
The directory to open the InputStream from
name
The name of the file to open the InputStream from in the Directory

See Also

FieldInfos Class | Lucene.Net.Index Namespace | FieldInfos Constructor Overload List | #read