Uses of Interface
org.apache.lucene.index.MergeState.DocMap
Packages that use MergeState.DocMap
Package
Description
Code to maintain and access indices.
Block KD-tree, implementing the generic spatial data structure described in this paper.
Navigable Small-World graph, nominally Hierarchical but currently only has a single layer.
-
Uses of MergeState.DocMap in org.apache.lucene.index
Fields in org.apache.lucene.index declared as MergeState.DocMapModifier and TypeFieldDescriptionfinal MergeState.DocMap
DocIDMerger.Sub.docMap
Map from old to new doc IDsfinal MergeState.DocMap[]
MergeState.docMaps
Maps document IDs from old segments to document IDs in the new segmentConstructors in org.apache.lucene.index with parameters of type MergeState.DocMapModifierConstructorDescriptionMergeState
(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.protected
Sub
(MergeState.DocMap docMap) Sole constructor -
Uses of MergeState.DocMap in org.apache.lucene.util.bkd
Method parameters in org.apache.lucene.util.bkd with type arguments of type MergeState.DocMapModifier and TypeMethodDescriptionBKDWriter.merge
(IndexOutput metaOut, IndexOutput indexOut, IndexOutput dataOut, List<MergeState.DocMap> docMaps, List<PointValues> readers) More efficient bulk-add for incomingPointValues
s. -
Uses of MergeState.DocMap in org.apache.lucene.util.hnsw
Methods in org.apache.lucene.util.hnsw that return MergeState.DocMapModifier and TypeMethodDescriptionIncrementalHnswGraphMerger.GraphReader.initDocMap()
Returns the value of theinitDocMap
record component.Methods in org.apache.lucene.util.hnsw with parameters of type MergeState.DocMapModifier and TypeMethodDescriptionHnswGraphMerger.addReader
(KnnVectorsReader reader, MergeState.DocMap docMap, Bits liveDocs) Adds a reader to the graph merger to record the stateIncrementalHnswGraphMerger.addReader
(KnnVectorsReader reader, MergeState.DocMap docMap, Bits liveDocs) Adds a reader to the graph merger if it meets the following criteria: 1.Constructors in org.apache.lucene.util.hnsw with parameters of type MergeState.DocMapModifierConstructorDescriptionprotected
GraphReader
(KnnVectorsReader reader, MergeState.DocMap initDocMap, int graphSize) Creates an instance of aGraphReader
record class.