Uses of Class
org.apache.lucene.index.MergeState.DocMap
Packages that use MergeState.DocMap
Package
Description
Codecs API: API for customization of the encoding and structure of the index.
StoredFieldsFormat that allows cross-document and cross-field compression of stored fields.
Pluggable term index / block terms dictionary implementations.
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.codecs
Constructors in org.apache.lucene.codecs with parameters of type MergeState.DocMapModifierConstructorDescriptionBinaryDocValuesSub(MergeState.DocMap docMap, BinaryDocValues values) NumericDocValuesSub(MergeState.DocMap docMap, NumericDocValues values) NumericDocValuesSub(MergeState.DocMap docMap, NumericDocValues values) SortedDocValuesSub(MergeState.DocMap docMap, SortedDocValues values, LongValues map) SortedNumericDocValuesSub(MergeState.DocMap docMap, SortedNumericDocValues values) SortedSetDocValuesSub(MergeState.DocMap docMap, SortedSetDocValues values, LongValues map) StoredFieldsMergeSub(StoredFieldsWriter.MergeVisitor visitor, MergeState.DocMap docMap, StoredFieldsReader reader, int maxDoc) TermVectorsMergeSub(MergeState.DocMap docMap, TermVectorsReader reader, int maxDoc) -
Uses of MergeState.DocMap in org.apache.lucene.codecs.compressing
Constructors in org.apache.lucene.codecs.compressing with parameters of type MergeState.DocMapModifierConstructorDescription(package private)CompressingStoredFieldsMergeSub(CompressingStoredFieldsReader reader, MergeState.DocMap docMap, int maxDoc) -
Uses of MergeState.DocMap in org.apache.lucene.index
Fields in org.apache.lucene.index declared as MergeState.DocMapModifier and TypeFieldDescription(package private) final MergeState.DocMapDocIDMerger.Sub.docMapfinal MergeState.DocMap[]MergeState.docMapsMaps document IDs from old segments to document IDs in the new segment(package private) final MergeState.DocMap[]MergeState.leafDocMapsMethods in org.apache.lucene.index that return MergeState.DocMapModifier and TypeMethodDescriptionprivate MergeState.DocMap[]MergeState.buildDeletionDocMaps(List<CodecReader> readers) private MergeState.DocMap[]MergeState.buildDocMaps(List<CodecReader> readers, Sort indexSort) (package private) static MergeState.DocMap[]MultiSorter.sort(Sort sort, List<CodecReader> readers) Does a merge sort of the leaves of the incoming reader, returningMergeState.DocMapto map each leaf's documents into the merged segment.Methods in org.apache.lucene.index with parameters of type MergeState.DocMapModifier and TypeMethodDescriptionprivate static voidIndexWriter.carryOverHardDeletes(ReadersAndUpdates mergedReadersAndUpdates, int maxDoc, Bits mergeLiveDocs, Bits prevHardLiveDocs, Bits currentHardLiveDocs, MergeState.DocMap segDocMap, MergeState.DocMap segLeafDocMap) This method carries over hard-deleted documents that are applied to the source segment during a merge.Constructors in org.apache.lucene.index with parameters of type MergeState.DocMapModifierConstructorDescriptionMappingPostingsSub(MergeState.DocMap docMap) Sub(MergeState.DocMap docMap) Sole constructor -
Uses of MergeState.DocMap in org.apache.lucene.util.bkd
Fields in org.apache.lucene.util.bkd declared as MergeState.DocMapModifier and TypeFieldDescription(package private) final MergeState.DocMapBKDWriter.MergeReader.docMapMethod 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<BKDReader> readers) More efficient bulk-add for incomingBKDReaders.Constructors in org.apache.lucene.util.bkd with parameters of type MergeState.DocMap