Creates an IndexOutput for the file with the given name. In 3.0 this method will become abstract.

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

Syntax

C#
public override IndexOutput CreateOutput(
	string name
)
Visual Basic
Public Overrides Function CreateOutput ( _
	name As String _
) As IndexOutput
Visual C++
public:
virtual IndexOutput^ CreateOutput(
	String^ name
) override

Parameters

name
Type: System..::..String

[Missing <param name="name"/> documentation for "M:Lucene.Net.Store.FSDirectory.CreateOutput(System.String)"]

Return Value

[Missing <returns> documentation for "M:Lucene.Net.Store.FSDirectory.CreateOutput(System.String)"]

See Also