Uses of Class
org.apache.lucene.index.MergeState.DocMap
-
Packages that use MergeState.DocMap Package Description org.apache.lucene.index Code to maintain and access indices.org.apache.lucene.util.bkd 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.DocMap Modifier and Type Field Description MergeState.DocMapDocIDMerger.Sub. docMapMap from old to new doc IDsMergeState.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 Constructor Description 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.DocMap Modifier and Type Method Description RunnableBKDWriter. merge(IndexOutput metaOut, IndexOutput indexOut, IndexOutput dataOut, List<MergeState.DocMap> docMaps, List<PointValues> readers)More efficient bulk-add for incomingPointValuess.
-