Add a source stream.
CopyC#
file
is the string by which the sub-stream will be known in the compound stream.
has been added already

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

Syntax

C#
public void AddFile(
	string file
)
Visual Basic
Public Sub AddFile ( _
	file As String _
)
Visual C++
public:
void AddFile(
	String^ file
)

Parameters

file
Type: System..::..String

[Missing <param name="file"/> documentation for "M:Lucene.Net.Index.CompoundFileWriter.AddFile(System.String)"]

See Also