Class InfoStream

java.lang.Object
org.apache.lucene.util.InfoStream
All Implemented Interfaces:
Closeable, AutoCloseable, Cloneable
Direct Known Subclasses:
LoggingInfoStream, PrintStreamInfoStream

public abstract class InfoStream extends Object implements Closeable, Cloneable
Debugging API for Lucene classes such as IndexWriter and SegmentInfos.

NOTE: Enabling infostreams may cause performance degradation in some components.

  • Field Details

    • NO_OUTPUT

      public static final InfoStream NO_OUTPUT
      Instance of InfoStream that does no logging at all.
  • Constructor Details

    • InfoStream

      public InfoStream()
  • Method Details