Uses of Class
org.apache.lucene.util.InfoStream
Packages that use InfoStream
Package
Description
Code to maintain and access indices.
Some utility classes.
-
Uses of InfoStream in org.apache.lucene.index
Fields in org.apache.lucene.index declared as InfoStreamModifier and TypeFieldDescriptionprotected InfoStream
LiveIndexWriterConfig.infoStream
InfoStream
for debugging messages.final InfoStream
MergeState.infoStream
InfoStream for debugging messages.final InfoStream
SegmentWriteState.infoStream
InfoStream
used for debugging messages.Methods in org.apache.lucene.index that return InfoStreamModifier and TypeMethodDescriptionIndexWriterConfig.getInfoStream()
LiveIndexWriterConfig.getInfoStream()
ReturnsInfoStream
used for debugging.Methods in org.apache.lucene.index with parameters of type InfoStreamModifier and TypeMethodDescriptionIndexWriterConfig.setInfoStream
(InfoStream infoStream) Information about merges, deletes and a message when maxFieldLength is reached will be printed to this.Constructors in org.apache.lucene.index with parameters of type InfoStreamModifierConstructorDescriptionSegmentWriteState
(InfoStream infoStream, Directory directory, SegmentInfo segmentInfo, FieldInfos fieldInfos, int termIndexInterval, org.apache.lucene.index.BufferedUpdates segUpdates, IOContext context) Sole constructor.SegmentWriteState
(InfoStream infoStream, Directory directory, SegmentInfo segmentInfo, FieldInfos fieldInfos, int termIndexInterval, org.apache.lucene.index.BufferedUpdates segUpdates, IOContext context, String segmentSuffix) Constructor which takes segment suffix.SimpleMergedSegmentWarmer
(InfoStream infoStream) Creates a new SimpleMergedSegmentWarmer -
Uses of InfoStream in org.apache.lucene.util
Subclasses of InfoStream in org.apache.lucene.utilModifier and TypeClassDescriptionclass
InfoStream implementation over aPrintStream
such asSystem.out
.Fields in org.apache.lucene.util declared as InfoStreamModifier and TypeFieldDescriptionstatic final InfoStream
InfoStream.NO_OUTPUT
Instance of InfoStream that does no logging at all.Methods in org.apache.lucene.util that return InfoStreamModifier and TypeMethodDescriptionInfoStream.clone()
static InfoStream
InfoStream.getDefault()
The defaultInfoStream
used by a newly instantiated classes.Methods in org.apache.lucene.util with parameters of type InfoStreamModifier and TypeMethodDescriptionstatic void
InfoStream.setDefault
(InfoStream infoStream) Sets the defaultInfoStream
used by a newly instantiated classes.