Uses of Class
org.apache.lucene.index.MergeState.DocMap
-
Packages that use MergeState.DocMap Package Description org.apache.lucene.index org.apache.lucene.util.bkd -
-
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.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 longBKDWriter. merge(IndexOutput out, List<MergeState.DocMap> docMaps, List<BKDReader> readers)More efficient bulk-add for incomingBKDReaders.
-