Apache Lucene.Net 2.4.0 Class Library API

FieldInfos Constructor (Directory, String)

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

public FieldInfos(
   Directory d,
   string name
);

Parameters

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

See Also

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