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 private InfoStreamBufferedUpdatesStream.FinishedSegments. infoStreamprivate InfoStreamBufferedUpdatesStream. infoStreamprivate InfoStreamDefaultIndexingChain. infoStreamprivate InfoStreamDefaultIndexingChain.PerField. infoStreamprivate InfoStreamDocumentsWriter. infoStreamprivate InfoStreamDocumentsWriterDeleteQueue. infoStreamprivate InfoStreamDocumentsWriterFlushControl. infoStreamprivate InfoStreamDocumentsWriterPerThread. infoStreamprotected InfoStreamFlushPolicy. infoStreamprivate InfoStreamFrozenBufferedUpdates. infoStreamprivate InfoStreamIndexFileDeleter. infoStreamprivate InfoStreamIndexWriter. infoStreamIf enabled, information about merges will be printed to this.protected InfoStreamLiveIndexWriterConfig. infoStreamInfoStreamfor debugging messages.protected InfoStreamMergeScheduler. infoStreamFor messages about merge schedulingInfoStreamMergeState. infoStreamInfoStream for debugging messages.private InfoStreamReaderPool. infoStreamInfoStreamSegmentWriteState. infoStreamInfoStreamused for debugging messages.private InfoStreamSimpleMergedSegmentWarmer. infoStreamMethods in org.apache.lucene.index that return InfoStream Modifier and Type Method Description InfoStreamDocumentsWriterFlushControl. getInfoStream()Returns theIndexWriterInfoStreamInfoStreamIndexWriter. 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 (package private) static voidIndexWriter. createCompoundFile(InfoStream infoStream, TrackingDirectoryWrapper directory, SegmentInfo info, IOContext context, IOUtils.IOConsumer<java.util.Collection<java.lang.String>> deleteFiles)NOTE: this method creates a compound file for all files returned by info.files().private voidReadersAndUpdates. handleDVUpdates(FieldInfos infos, Directory dir, DocValuesFormat dvFormat, SegmentReader reader, java.util.Map<java.lang.Integer,java.util.Set<java.lang.String>> fieldFiles, long maxDelGen, InfoStream infoStream)(package private) static voidIndexFileDeleter. inflateGens(SegmentInfos infos, java.util.Collection<java.lang.String> files, InfoStream infoStream)Set all gens beyond what we currently see in the directory, to avoid double-write in cases where the previous IndexWriter did not gracefully close/rollback (e.g.(package private) voidConcurrentMergeScheduler. initialize(InfoStream infoStream, Directory directory)(package private) voidMergeScheduler. initialize(InfoStream infoStream, Directory directory)IndexWriter calls this on init.IndexWriterConfigIndexWriterConfig. setInfoStream(InfoStream infoStream)Information about merges, deletes and a message when maxFieldLength is reached will be printed to this.booleanReadersAndUpdates. writeFieldUpdates(Directory dir, FieldInfos.FieldNumbers fieldNumbers, long maxDelGen, InfoStream infoStream)Constructors in org.apache.lucene.index with parameters of type InfoStream Constructor Description BufferedUpdatesStream(InfoStream infoStream)DocumentsWriterDeleteQueue(InfoStream infoStream)DocumentsWriterDeleteQueue(InfoStream infoStream, long generation, long startSeqNo, java.util.function.LongSupplier previousMaxSeqId)FinishedSegments(InfoStream infoStream)FlushedSegment(InfoStream infoStream, SegmentCommitInfo segmentInfo, FieldInfos fieldInfos, BufferedUpdates segmentUpdates, FixedBitSet liveDocs, int delCount, Sorter.DocMap sortMap)FrozenBufferedUpdates(InfoStream infoStream, BufferedUpdates updates, SegmentCommitInfo privateSegment)IndexFileDeleter(java.lang.String[] files, Directory directoryOrig, Directory directory, IndexDeletionPolicy policy, SegmentInfos segmentInfos, InfoStream infoStream, IndexWriter writer, boolean initialIndexExists, boolean isReaderInit)Initialize the deleter: find all previous commits in the Directory, incref the files they reference, call the policy to let it delete commits.IndexUpgrader(Directory dir, InfoStream infoStream, boolean deletePriorCommits)Creates index upgrader on the given directory, using anIndexWriterusing the givenmatchVersion.MergeState(java.util.List<CodecReader> originalReaders, SegmentInfo segmentInfo, InfoStream infoStream)Sole constructor.PerField(int indexCreatedVersionMajor, FieldInfo fieldInfo, boolean invert, Similarity similarity, InfoStream infoStream, Analyzer analyzer)ReaderPool(Directory directory, Directory originalDirectory, SegmentInfos segmentInfos, FieldInfos.FieldNumbers fieldNumbers, java.util.function.LongSupplier completedDelGenSupplier, InfoStream infoStream, java.lang.String softDeletesField, StandardDirectoryReader reader)SegmentMerger(java.util.List<CodecReader> readers, SegmentInfo segmentInfo, InfoStream infoStream, Directory dir, FieldInfos.FieldNumbers fieldNumbers, IOContext context)SegmentWriteState(InfoStream infoStream, Directory directory, SegmentInfo segmentInfo, FieldInfos fieldInfos, BufferedUpdates segUpdates, IOContext context)Sole constructor.SegmentWriteState(InfoStream infoStream, Directory directory, SegmentInfo segmentInfo, FieldInfos fieldInfos, BufferedUpdates segUpdates, IOContext context, java.lang.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 private static classInfoStream.NoOutputclassPrintStreamInfoStreamInfoStream implementation over aPrintStreamsuch asSystem.out.Fields in org.apache.lucene.util declared as InfoStream Modifier and Type Field Description private static InfoStreamInfoStream. defaultInfoStreamstatic 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.
-