Initializes a new instance of the SimpleFSDirectory..::..SimpleFSIndexInput class

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

Syntax

C#
[ObsoleteAttribute("Please use ctor taking chunkSize ")]
public SimpleFSIndexInput(
	FileInfo path
)
Visual Basic
<ObsoleteAttribute("Please use ctor taking chunkSize ")> _
Public Sub New ( _
	path As FileInfo _
)
Visual C++
[ObsoleteAttribute(L"Please use ctor taking chunkSize ")]
public:
SimpleFSIndexInput(
	FileInfo^ path
)

Parameters

path
Type: System.IO..::..FileInfo

[Missing <param name="path"/> documentation for "M:Lucene.Net.Store.SimpleFSDirectory.SimpleFSIndexInput.#ctor(System.IO.FileInfo)"]

See Also