Uses of Class
org.apache.lucene.util.InfoStream
-
Packages that use InfoStream Package Description org.apache.lucene.index org.apache.lucene.util org.elasticsearch.common.lucene -
-
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.protected InfoStreamMergeScheduler. infoStreamFor messages about merge schedulingInfoStreamMergeState. infoStreamInfoStream for debugging messages.InfoStreamSegmentWriteState. infoStreamInfoStreamused for debugging messages.Methods in org.apache.lucene.index that return InfoStream Modifier and Type Method Description InfoStreamIndexWriter. getInfoStream()InfoStreamIndexWriterConfig. getInfoStream()InfoStreamLiveIndexWriterConfig. getInfoStream()ReturnsInfoStreamused for debugging.InfoStreamMergePolicy.MergeContext. getInfoStream()Returns the info stream that can be used to log messagesMethods 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, org.apache.lucene.index.BufferedUpdates segUpdates, IOContext context)Sole constructor.SegmentWriteState(InfoStream infoStream, Directory directory, SegmentInfo segmentInfo, FieldInfos fieldInfos, org.apache.lucene.index.BufferedUpdates segUpdates, IOContext context, String segmentSuffix)Constructor which takes segment suffix. -
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 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. -
Uses of InfoStream in org.elasticsearch.common.lucene
Subclasses of InfoStream in org.elasticsearch.common.lucene Modifier and Type Class Description classLoggerInfoStreamAn InfoStream (for Lucene's IndexWriter) that redirects messages to "lucene.iw.ifd" and "lucene.iw" Logger.trace.
-