Class InfoStream
Debugging API for Lucene classes such as IndexWriter and SegmentInfos.
NOTE: Enabling infostreams may cause performance degradation in some components.
@lucene.internalInheritance
System.Object
InfoStream
Assembly: DistributedLucene.Net.dll
Syntax
public abstract class InfoStream : IDisposable
Fields
Name | Description |
---|---|
NO_OUTPUT | Instance of InfoStream that does no logging at all. |
Properties
Name | Description |
---|---|
Default | Gets or Sets the default InfoStream used by a newly instantiated classes. |
Methods
Name | Description |
---|---|
Clone() | Clones this InfoStream |
Dispose() | Disposes this InfoStream |
Dispose(Boolean) | Disposes this InfoStream |
IsEnabled(String) | Returns |
Message(String, String) | Prints a message |