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

Namespace: Lucene.Net.Index
Assembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1

Syntax

C#
public FieldInfos(
	Directory d,
	string name
)
Visual Basic
Public Sub New ( _
	d As Directory, _
	name As String _
)
Visual C++
public:
FieldInfos(
	Directory^ d, 
	String^ name
)

Parameters

d
Type: Lucene.Net.Store..::..Directory
The directory to open the IndexInput from
name
Type: System..::..String
The name of the file to open the IndexInput from in the Directory

See Also