If non-null, information about retries when loading the segments file will be printed to this.

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

Syntax

C#
public static void SetInfoStream(
	StreamWriter infoStream
)
Visual Basic
Public Shared Sub SetInfoStream ( _
	infoStream As StreamWriter _
)
Visual C++
public:
static void SetInfoStream(
	StreamWriter^ infoStream
)

Parameters

infoStream
Type: System.IO..::..StreamWriter

[Missing <param name="infoStream"/> documentation for "M:Lucene.Net.Index.SegmentInfos.SetInfoStream(System.IO.StreamWriter)"]

See Also