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 TypeFieldDescriptionprivate final InfoStreamBufferedUpdatesStream.FinishedSegments.infoStreamprivate final InfoStreamBufferedUpdatesStream.infoStreamprivate final InfoStreamDefaultIndexingChain.infoStreamprivate final InfoStreamDefaultIndexingChain.PerField.infoStreamprivate final InfoStreamDocumentsWriter.infoStreamprivate final InfoStreamDocumentsWriterDeleteQueue.infoStreamprivate final InfoStreamDocumentsWriterFlushControl.infoStreamprivate final InfoStreamDocumentsWriterPerThread.infoStreamprotected InfoStreamFlushPolicy.infoStreamprivate final InfoStreamFrozenBufferedUpdates.infoStreamprivate final InfoStreamIndexFileDeleter.infoStreamprivate final InfoStreamIndexWriter.infoStreamIf enabled, information about merges will be printed to this.protected InfoStreamLiveIndexWriterConfig.infoStreamInfoStreamfor debugging messages.protected InfoStreamMergeScheduler.infoStreamFor messages about merge schedulingfinal InfoStreamMergeState.infoStreamInfoStream for debugging messages.private final InfoStreamReaderPool.infoStreamfinal InfoStreamSegmentWriteState.infoStreamInfoStreamused for debugging messages.private final InfoStreamSimpleMergedSegmentWarmer.infoStreamMethods in org.apache.lucene.index that return InfoStreamModifier and TypeMethodDescriptionDocumentsWriterFlushControl.getInfoStream()Returns theIndexWriterInfoStreamIndexWriter.getInfoStream()IndexWriterConfig.getInfoStream()LiveIndexWriterConfig.getInfoStream()ReturnsInfoStreamused for debugging.MergePolicy.MergeContext.getInfoStream()Returns the info stream that can be used to log messagesMethods in org.apache.lucene.index with parameters of type InfoStreamModifier and TypeMethodDescription(package private) static voidIndexWriter.createCompoundFile(InfoStream infoStream, TrackingDirectoryWrapper directory, SegmentInfo info, IOContext context, IOUtils.IOConsumer<Collection<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, Map<Integer, Set<String>> fieldFiles, long maxDelGen, InfoStream infoStream) (package private) static voidIndexFileDeleter.inflateGens(SegmentInfos infos, Collection<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.IndexWriterConfig.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 InfoStreamModifierConstructorDescription(package private)BufferedUpdatesStream(InfoStream infoStream) (package private)DocumentsWriterDeleteQueue(InfoStream infoStream) privateDocumentsWriterDeleteQueue(InfoStream infoStream, long generation, long startSeqNo, LongSupplier previousMaxSeqId) (package private)FinishedSegments(InfoStream infoStream) privateFlushedSegment(InfoStream infoStream, SegmentCommitInfo segmentInfo, FieldInfos fieldInfos, BufferedUpdates segmentUpdates, FixedBitSet liveDocs, int delCount, Sorter.DocMap sortMap) FrozenBufferedUpdates(InfoStream infoStream, BufferedUpdates updates, SegmentCommitInfo privateSegment) IndexFileDeleter(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.(package private)MergeState(List<CodecReader> originalReaders, SegmentInfo segmentInfo, InfoStream infoStream) Sole constructor.(package private)PerField(int indexCreatedVersionMajor, FieldInfo fieldInfo, boolean invert, Similarity similarity, InfoStream infoStream, Analyzer analyzer) (package private)ReaderPool(Directory directory, Directory originalDirectory, SegmentInfos segmentInfos, FieldInfos.FieldNumbers fieldNumbers, LongSupplier completedDelGenSupplier, InfoStream infoStream, String softDeletesField, StandardDirectoryReader reader) (package private)SegmentMerger(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, 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 TypeClassDescriptionprivate static final classclassInfoStream implementation over aPrintStreamsuch asSystem.out.Fields in org.apache.lucene.util declared as InfoStreamModifier and TypeFieldDescriptionprivate static InfoStreamInfoStream.defaultInfoStreamstatic final InfoStreamInfoStream.NO_OUTPUTInstance of InfoStream that does no logging at all.Methods in org.apache.lucene.util that return InfoStreamModifier and TypeMethodDescriptionstatic InfoStreamInfoStream.getDefault()The defaultInfoStreamused by a newly instantiated classes.Methods in org.apache.lucene.util with parameters of type InfoStreamModifier and TypeMethodDescriptionstatic voidInfoStream.setDefault(InfoStream infoStream) Sets the defaultInfoStreamused by a newly instantiated classes.