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 InfoStreamLiveIndexWriterConfig. infoStreamInfoStreamfor debugging messages.InfoStreamMergeState. infoStreamInfoStream for debugging messages.InfoStreamSegmentWriteState. infoStreamInfoStreamused for debugging messages.Methods in org.apache.lucene.index that return InfoStream Modifier and Type Method Description InfoStreamIndexWriterConfig. getInfoStream()InfoStreamLiveIndexWriterConfig. getInfoStream()ReturnsInfoStreamused for debugging.Methods in org.apache.lucene.index with parameters of type InfoStream Modifier and Type Method Description IndexWriterConfigIndexWriterConfig. 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 classPrintStreamInfoStreamInfoStream implementation over aPrintStreamsuch asSystem.out.Fields in org.apache.lucene.util declared as InfoStream Modifier and Type Field Description static InfoStreamInfoStream. NO_OUTPUTInstance of InfoStream that does no logging at all.Methods in org.apache.lucene.util that return InfoStream Modifier and Type Method Description InfoStreamInfoStream. clone()static InfoStreamInfoStream. getDefault()The defaultInfoStreamused by a newly instantiated classes.Methods in org.apache.lucene.util with parameters of type InfoStream Modifier and Type Method Description static voidInfoStream. setDefault(InfoStream infoStream)Sets the defaultInfoStreamused by a newly instantiated classes.
-