Uses of Class
org.apache.lucene.index.Sorter.DocMap
Packages that use Sorter.DocMap
-
Uses of Sorter.DocMap in org.apache.lucene.index
Fields in org.apache.lucene.index declared as Sorter.DocMapModifier and TypeFieldDescriptionprivate final Sorter.DocMapFreqProxTermsWriter.SortingTerms.docMap(package private) final Sorter.DocMapFreqProxTermsWriter.SortingTermsEnum.docMapprivate final Sorter.DocMapPointValuesWriter.MutableSortingPointValues.docMap(package private) final Sorter.DocMapSortingCodecReader.docMapprivate final Sorter.DocMapSortingCodecReader.SortingBits.docMapprivate final Sorter.DocMapSortingCodecReader.SortingIntersectVisitor.docMapprivate final Sorter.DocMapSortingCodecReader.SortingPointTree.docMapprivate final Sorter.DocMapSortingCodecReader.SortingPointValues.docMap(package private) final Sorter.DocMapDocumentsWriterPerThread.FlushedSegment.sortMap(package private) Sorter.DocMapReadersAndUpdates.sortMapMethods in org.apache.lucene.index that return Sorter.DocMapModifier and TypeMethodDescription(package private) Sorter.DocMapIndexingChain.flush(SegmentWriteState state) private Sorter.DocMapIndexingChain.maybeSortSegment(SegmentWriteState state) private static Sorter.DocMapSorter.sort(int maxDoc, IndexSorter.DocComparator comparator) Computes the old-to-new permutation over the given comparator.(package private) Sorter.DocMapSorter.sort(int maxDoc, IndexSorter.DocComparator[] comparators) (package private) Sorter.DocMapSorter.sort(LeafReader reader) Returns a mapping from the old document ID to its new location in the sorted index.Methods in org.apache.lucene.index with parameters of type Sorter.DocMapModifier and TypeMethodDescriptionvoidBinaryDocValuesWriter.flush(SegmentWriteState state, Sorter.DocMap sortMap, DocValuesConsumer dvConsumer) (package private) abstract voidDocValuesWriter.flush(SegmentWriteState state, Sorter.DocMap sortMap, DocValuesConsumer consumer) voidFreqProxTermsWriter.flush(Map<String, TermsHashPerField> fieldsToFlush, SegmentWriteState state, Sorter.DocMap sortMap, NormsProducer norms) voidNormValuesWriter.flush(SegmentWriteState state, Sorter.DocMap sortMap, NormsConsumer normsConsumer) voidNumericDocValuesWriter.flush(SegmentWriteState state, Sorter.DocMap sortMap, DocValuesConsumer dvConsumer) voidPointValuesWriter.flush(SegmentWriteState state, Sorter.DocMap sortMap, PointsWriter writer) voidSortedDocValuesWriter.flush(SegmentWriteState state, Sorter.DocMap sortMap, DocValuesConsumer dvConsumer) voidSortedNumericDocValuesWriter.flush(SegmentWriteState state, Sorter.DocMap sortMap, DocValuesConsumer dvConsumer) voidSortedSetDocValuesWriter.flush(SegmentWriteState state, Sorter.DocMap sortMap, DocValuesConsumer dvConsumer) (package private) voidSortingStoredFieldsConsumer.flush(SegmentWriteState state, Sorter.DocMap sortMap) (package private) voidSortingTermVectorsConsumer.flush(Map<String, TermsHashPerField> fieldsToFlush, SegmentWriteState state, Sorter.DocMap sortMap, NormsProducer norms) (package private) voidStoredFieldsConsumer.flush(SegmentWriteState state, Sorter.DocMap sortMap) (package private) voidTermsHash.flush(Map<String, TermsHashPerField> fieldsToFlush, SegmentWriteState state, Sorter.DocMap sortMap, NormsProducer norms) (package private) voidTermVectorsConsumer.flush(Map<String, TermsHashPerField> fieldsToFlush, SegmentWriteState state, Sorter.DocMap sortMap, NormsProducer norms) voidVectorValuesWriter.flush(Sorter.DocMap sortMap, KnnVectorsWriter knnVectorsWriter) Flush this field's values to storage, sorting the values in accordance with sortMap(package private) static booleanSorter.isConsistent(Sorter.DocMap docMap) Check consistency of aSorter.DocMap, useful for assertions.private voidIndexWriter.publishFlushedSegment(SegmentCommitInfo newSegment, FieldInfos fieldInfos, FrozenBufferedUpdates packet, FrozenBufferedUpdates globalPacket, Sorter.DocMap sortMap) Atomically adds the segment private delete packet and publishes the flushed segments SegmentInfo to the index writer.(package private) voidDocumentsWriterPerThread.sealFlushedSegment(DocumentsWriterPerThread.FlushedSegment flushedSegment, Sorter.DocMap sortMap, DocumentsWriter.FlushNotifications flushNotifications) Seals theSegmentInfofor the new flushed segment and persists the deleted documentsFixedBitSet.(package private) static NumericDocValuesWriter.NumericDVsNumericDocValuesWriter.sortDocValues(int maxDoc, Sorter.DocMap sortMap, NumericDocValues oldDocValues) private int[]SortedDocValuesWriter.sortDocValues(int maxDoc, Sorter.DocMap sortMap, SortedDocValues oldValues) private FixedBitSetDocumentsWriterPerThread.sortLiveDocs(Bits liveDocs, Sorter.DocMap sortMap) (package private) static CodecReaderSortingCodecReader.wrap(CodecReader reader, Sorter.DocMap docMap, Sort sort) Expert: same asSortingCodecReader.wrap(org.apache.lucene.index.CodecReader, Sort)but operates directly on aSorter.DocMap.private voidIndexingChain.writeDocValues(SegmentWriteState state, Sorter.DocMap sortMap) Writes all buffered doc values (called fromIndexingChain.flush(org.apache.lucene.index.SegmentWriteState)).private voidIndexingChain.writeNorms(SegmentWriteState state, Sorter.DocMap sortMap) private voidIndexingChain.writePoints(SegmentWriteState state, Sorter.DocMap sortMap) Writes all buffered points.private voidIndexingChain.writeVectors(SegmentWriteState state, Sorter.DocMap sortMap) Writes all buffered vectors.Constructors in org.apache.lucene.index with parameters of type Sorter.DocMapModifierConstructorDescription(package private)BinaryDVs(int maxDoc, Sorter.DocMap sortMap, BinaryDocValues oldValues) (package private)DocOrds(int maxDoc, Sorter.DocMap sortMap, SortedSetDocValues oldValues, float acceptableOverheadRatio) privateFlushedSegment(InfoStream infoStream, SegmentCommitInfo segmentInfo, FieldInfos fieldInfos, BufferedUpdates segmentUpdates, FixedBitSet liveDocs, int delCount, Sorter.DocMap sortMap) (package private)LongValues(int maxDoc, Sorter.DocMap sortMap, SortedNumericDocValues oldValues, float acceptableOverheadRatio) MutableSortingPointValues(MutablePointTree in, Sorter.DocMap docMap) (package private)SortingBits(Bits in, Sorter.DocMap docMap) privateSortingCodecReader(CodecReader in, Sorter.DocMap docMap, LeafMetaData metaData) (package private)SortingDocsEnum(int maxDoc, FreqProxTermsWriter.SortingDocsEnum reuse, PostingsEnum in, boolean withFreqs, Sorter.DocMap docMap) (package private)SortingIntersectVisitor(Sorter.DocMap docMap) (package private)SortingPointTree(PointValues.PointTree indexTree, Sorter.DocMap docMap) (package private)SortingPointValues(PointValues in, Sorter.DocMap docMap) (package private)SortingPostingsEnum(int maxDoc, FreqProxTermsWriter.SortingPostingsEnum reuse, PostingsEnum in, Sorter.DocMap docMap, boolean storeOffsets) (package private)SortingTerms(Terms in, IndexOptions indexOptions, Sorter.DocMap docMap) (package private)SortingTermsEnum(TermsEnum in, Sorter.DocMap docMap, IndexOptions indexOptions, boolean hasPositions) (package private)SortingVectorValues(VectorValues delegate, Sorter.DocMap sortMap)