Uses of Class
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.
-
Uses of MergeState.DocMap in org.apache.lucene.index
Fields in org.apache.lucene.index declared as MergeState.DocMapModifier and TypeFieldDescriptionfinal MergeState.DocMapDocIDMerger.Sub.docMapMap from old to new doc IDsfinal MergeState.DocMap[]MergeState.docMapsMaps document IDs from old segments to document IDs in the new segmentConstructors in org.apache.lucene.index with parameters of type MergeState.DocMap -
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 incomingPointValuess.