InfoStream

abstract class InfoStream : AutoCloseable

Debugging API for Lucene classes such as IndexWriter and SegmentInfos.

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

Inheritors

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
expect abstract fun close()
Link copied to clipboard
abstract fun isEnabled(component: String): Boolean

returns true if messages are enabled and should be posted to .message.

Link copied to clipboard
abstract fun message(component: String, message: String)

prints a message