If non-null, information about merges and a message when
{@link #GetMaxFieldLength()} is reached will be printed to this.
Example: index.setInfoStream(System.err);
Namespace: Lucene.Net.IndexAssembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1
Syntax
C# |
---|
public virtual void SetInfoStream( StreamWriter infoStream ) |
Visual Basic |
---|
Public Overridable Sub SetInfoStream ( _ infoStream As StreamWriter _ ) |
Visual C++ |
---|
public: virtual void SetInfoStream( StreamWriter^ infoStream ) |
Parameters
- infoStream
- Type: System.IO..::..StreamWriter
[Missing <param name="infoStream"/> documentation for "M:Lucene.Net.Index.IndexModifier.SetInfoStream(System.IO.StreamWriter)"]