Uses of Class
org.apache.lucene.util.InfoStream
Packages that use InfoStream
Package
Description
Lucene 9.0 file format.
Lucene 9.9 file format.
Code to maintain and access indices.
Some utility classes.
Navigable Small-World graph, nominally Hierarchical but currently only has a single layer.
-
Uses of InfoStream in org.apache.lucene.backward_codecs.lucene90
Fields in org.apache.lucene.backward_codecs.lucene90 declared as InfoStreamMethods in org.apache.lucene.backward_codecs.lucene90 with parameters of type InfoStreamModifier and TypeMethodDescriptionvoidLucene90HnswGraphBuilder.setInfoStream(InfoStream infoStream) Set info-stream to output debugging information * -
Uses of InfoStream in org.apache.lucene.codecs.lucene99
Fields in org.apache.lucene.codecs.lucene99 declared as InfoStreamModifier and TypeFieldDescriptionprivate final InfoStreamLucene99ScalarQuantizedVectorsWriter.FieldWriter.infoStreamMethods in org.apache.lucene.codecs.lucene99 with parameters of type InfoStreamModifier and TypeMethodDescription(package private) static Lucene99HnswVectorsWriter.FieldWriter<?> Lucene99HnswVectorsWriter.FieldWriter.create(FlatVectorsScorer scorer, FieldInfo fieldInfo, int M, int beamWidth, InfoStream infoStream) Constructors in org.apache.lucene.codecs.lucene99 with parameters of type InfoStreamModifierConstructorDescription(package private)FieldWriter(FlatVectorsScorer scorer, FieldInfo fieldInfo, int M, int beamWidth, InfoStream infoStream) (package private)FieldWriter(Float confidenceInterval, byte bits, boolean compress, FieldInfo fieldInfo, InfoStream infoStream, KnnFieldVectorsWriter<?> indexWriter) -
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 InfoStreamDocumentsWriter.infoStreamprivate final InfoStreamDocumentsWriterDeleteQueue.infoStreamprivate final InfoStreamDocumentsWriterFlushControl.infoStreamprivate final InfoStreamDocumentsWriterPerThread.infoStreamprotected InfoStreamFlushPolicy.infoStreamprivate final InfoStreamFrozenBufferedUpdates.infoStreamprivate final InfoStreamIndexFileDeleter.infoStreamprivate final InfoStreamIndexingChain.infoStreamprivate final InfoStreamIndexingChain.PerField.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.infoStreamprivate final InfoStreamVectorValuesConsumer.infoStreamMethods in org.apache.lucene.index that return InfoStreamModifier and TypeMethodDescriptionfinal InfoStreamCachingMergeContext.getInfoStream()DocumentsWriterFlushControl.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, 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> readers, SegmentInfo segmentInfo, InfoStream infoStream, Executor intraMergeTaskExecutor) Sole constructor.MergeState(MergeState.DocMap[] docMaps, SegmentInfo segmentInfo, FieldInfos mergeFieldInfos, StoredFieldsReader[] storedFieldsReaders, TermVectorsReader[] termVectorsReaders, NormsProducer[] normsProducers, DocValuesProducer[] docValuesProducers, FieldInfos[] fieldInfos, Bits[] liveDocs, FieldsProducer[] fieldsProducers, PointsReader[] pointsReaders, KnnVectorsReader[] knnVectorsReaders, int[] maxDocs, InfoStream infoStream, Executor intraMergeTaskExecutor, boolean needsIndexSort) Create a new merge instance.(package private)PerField(String fieldName, int indexCreatedVersionMajor, IndexingChain.FieldSchema schema, Similarity similarity, InfoStream infoStream, Analyzer analyzer, boolean reserved) (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, Executor intraMergeTaskExecutor) 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(package private)VectorValuesConsumer(Codec codec, Directory directory, SegmentInfo segmentInfo, InfoStream infoStream) -
Uses of InfoStream in org.apache.lucene.util
Subclasses of InfoStream in org.apache.lucene.utilModifier and TypeClassDescriptionprivate static final classfinal classInfoStream implementation that logs every message using Java Utils Logging (JUL) with the supplied log level.classInfoStream 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. -
Uses of InfoStream in org.apache.lucene.util.hnsw
Fields in org.apache.lucene.util.hnsw declared as InfoStreamModifier and TypeFieldDescriptionprivate InfoStreamHnswConcurrentMergeBuilder.infoStreamprivate InfoStreamHnswGraphBuilder.infoStreamMethods in org.apache.lucene.util.hnsw with parameters of type InfoStreamModifier and TypeMethodDescriptionHnswGraphMerger.merge(DocIdSetIterator mergedVectorIterator, InfoStream infoStream, int maxOrd) Merge and produce the on heap graphIncrementalHnswGraphMerger.merge(DocIdSetIterator mergedVectorIterator, InfoStream infoStream, int maxOrd) voidHnswBuilder.setInfoStream(InfoStream infoStream) Set info-stream to output debugging informationvoidHnswConcurrentMergeBuilder.setInfoStream(InfoStream infoStream) voidHnswGraphBuilder.setInfoStream(InfoStream infoStream)