Uses of Class
org.apache.lucene.util.InfoStream
-
Packages that use InfoStream Package Description org.apache.lucene.index Code to maintain and access indices.org.apache.lucene.util Some utility classes. -
-
Uses of InfoStream in org.apache.lucene.index
Fields in org.apache.lucene.index declared as InfoStream Modifier and Type Field Description protected InfoStream
LiveIndexWriterConfig. infoStream
InfoStream
for debugging messages.InfoStream
MergeState. infoStream
InfoStream for debugging messages.InfoStream
SegmentWriteState. infoStream
InfoStream
used for debugging messages.Methods in org.apache.lucene.index that return InfoStream Modifier and Type Method Description InfoStream
IndexWriterConfig. getInfoStream()
InfoStream
LiveIndexWriterConfig. getInfoStream()
ReturnsInfoStream
used for debugging.Methods in org.apache.lucene.index with parameters of type InfoStream Modifier and Type Method Description IndexWriterConfig
IndexWriterConfig. 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 InfoStream Constructor Description SegmentWriteState(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.util Modifier and Type Class Description class
PrintStreamInfoStream
InfoStream implementation over aPrintStream
such asSystem.out
.Fields in org.apache.lucene.util declared as InfoStream Modifier and Type Field Description static InfoStream
InfoStream. NO_OUTPUT
Instance of InfoStream that does no logging at all.Methods in org.apache.lucene.util that return InfoStream Modifier and Type Method Description InfoStream
InfoStream. clone()
static InfoStream
InfoStream. getDefault()
The defaultInfoStream
used by a newly instantiated classes.Methods in org.apache.lucene.util with parameters of type InfoStream Modifier and Type Method Description static void
InfoStream. setDefault(InfoStream infoStream)
Sets the defaultInfoStream
used by a newly instantiated classes.
-