Java org.apache.lucene.util InfoStream fields, constructors, methods, implement or subclass

Example usage for Java org.apache.lucene.util InfoStream fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.lucene.util InfoStream.

The text is from its open source code.

Subclass

org.apache.lucene.util.InfoStream has subclasses.
Click this link to see all its subclasses.

Field

InfoStreamNO_OUTPUT
Instance of InfoStream that does no logging at all.

Constructor

Method

InfoStreamgetDefault()
The default InfoStream used by a newly instantiated classes.
voidsetDefault(InfoStream infoStream)
Sets the default InfoStream used by a newly instantiated classes.