Method SetInfoStream
SetInfoStream(InfoStream)
Information about merges, deletes and a
message when maxFieldLength is reached will be printed
to this. Must not be null
, but NO_OUTPUT
may be used to supress output.
Declaration
public IndexWriterConfig SetInfoStream(InfoStream infoStream)
Parameters
Type | Name | Description |
---|---|---|
InfoStream | infoStream |
Returns
Type | Description |
---|---|
IndexWriterConfig |
SetInfoStream(TextWriter)
Convenience method that uses TextWriterInfoStream to write to the passed in null
.
Declaration
public IndexWriterConfig SetInfoStream(TextWriter printStream)
Parameters
Type | Name | Description |
---|---|---|
TextWriter | printStream |
Returns
Type | Description |
---|---|
IndexWriterConfig |