Class NullInfoStream

java.lang.Object
org.apache.lucene.util.InfoStream
org.apache.lucene.tests.util.NullInfoStream
All Implemented Interfaces:
Closeable, AutoCloseable

public class NullInfoStream extends InfoStream
Prints nothing. Just to make sure tests pass w/ and without enabled InfoStream without actually making noise.
WARNING: This API is experimental and might change in incompatible ways in the next release.