Uses of Class
org.apache.lucene.util.LongValues
-
Packages that use LongValues Package Description org.apache.lucene.backward_codecs.lucene70 Components from the Lucene 7.0 index format.org.apache.lucene.backward_codecs.lucene80 Components from the Lucene 8.0 index format.org.apache.lucene.backward_codecs.packed Legacy PackedInts methodsorg.apache.lucene.codecs Codecs API: API for customization of the encoding and structure of the index.org.apache.lucene.codecs.lucene90 Lucene 9.0 file format.org.apache.lucene.codecs.lucene90.compressing Lucene 9.0 compressing format.org.apache.lucene.index Code to maintain and access indices.org.apache.lucene.search.join Support for index-time and query-time joins.org.apache.lucene.util Some utility classes.org.apache.lucene.util.packed Packed integer arrays and streams. -
-
Uses of LongValues in org.apache.lucene.backward_codecs.lucene70
Fields in org.apache.lucene.backward_codecs.lucene70 declared as LongValues Modifier and Type Field Description (package private) LongValuesLucene70DocValuesProducer.TermsDict. blockAddresses(package private) LongValuesLucene70DocValuesProducer.TermsDict. indexAddressesMethods in org.apache.lucene.backward_codecs.lucene70 that return LongValues Modifier and Type Method Description private LongValuesLucene70DocValuesProducer. getNumericValues(Lucene70DocValuesProducer.NumericEntry entry) -
Uses of LongValues in org.apache.lucene.backward_codecs.lucene80
Fields in org.apache.lucene.backward_codecs.lucene80 declared as LongValues Modifier and Type Field Description private LongValuesLucene80DocValuesProducer.BinaryDecoder. addresses(package private) LongValuesLucene80DocValuesProducer.TermsDict. blockAddresses(package private) LongValuesLucene80DocValuesProducer.TermsDict. indexAddresses(package private) LongValuesLucene80DocValuesProducer.VaryingBPVReader. valuesMethods in org.apache.lucene.backward_codecs.lucene80 that return LongValues Modifier and Type Method Description private LongValuesLucene80DocValuesProducer. getNumericValues(Lucene80DocValuesProducer.NumericEntry entry)Constructors in org.apache.lucene.backward_codecs.lucene80 with parameters of type LongValues Constructor Description BinaryDecoder(LongValues addresses, IndexInput compressedData, int biggestUncompressedBlockSize, int docsPerChunkShift) -
Uses of LongValues in org.apache.lucene.backward_codecs.packed
Fields in org.apache.lucene.backward_codecs.packed declared as LongValues Modifier and Type Field Description private LongValues[]LegacyDirectMonotonicReader. readersMethods in org.apache.lucene.backward_codecs.packed that return LongValues Modifier and Type Method Description static LongValuesLegacyDirectReader. getInstance(RandomAccessInput slice, int bitsPerValue)Retrieves an instance from the specified slice written decodingbitsPerValuefor each valuestatic LongValuesLegacyDirectReader. getInstance(RandomAccessInput slice, int bitsPerValue, long offset)Retrieves an instance from the specifiedoffsetof the given slice decodingbitsPerValuefor each valueConstructors in org.apache.lucene.backward_codecs.packed with parameters of type LongValues Constructor Description LegacyDirectMonotonicReader(int blockShift, LongValues[] readers, long[] mins, float[] avgs, byte[] bpvs) -
Uses of LongValues in org.apache.lucene.codecs
Fields in org.apache.lucene.codecs declared as LongValues Modifier and Type Field Description (package private) LongValuesDocValuesConsumer.SortedDocValuesSub. map(package private) LongValuesDocValuesConsumer.SortedSetDocValuesSub. mapConstructors in org.apache.lucene.codecs with parameters of type LongValues Constructor Description SortedDocValuesSub(MergeState.DocMap docMap, SortedDocValues values, LongValues map)SortedSetDocValuesSub(MergeState.DocMap docMap, SortedSetDocValues values, LongValues map) -
Uses of LongValues in org.apache.lucene.codecs.lucene90
Fields in org.apache.lucene.codecs.lucene90 declared as LongValues Modifier and Type Field Description (package private) LongValuesLucene90DocValuesProducer.TermsDict. blockAddresses(package private) LongValuesLucene90DocValuesProducer.TermsDict. indexAddresses(package private) LongValuesLucene90DocValuesProducer.VaryingBPVReader. valuesMethods in org.apache.lucene.codecs.lucene90 that return LongValues Modifier and Type Method Description private LongValuesLucene90DocValuesProducer. getDirectReaderInstance(RandomAccessInput slice, int bitsPerValue, long offset, long numValues)private LongValuesLucene90DocValuesProducer. getNumericValues(Lucene90DocValuesProducer.NumericEntry entry) -
Uses of LongValues in org.apache.lucene.codecs.lucene90.compressing
Methods in org.apache.lucene.codecs.lucene90.compressing with parameters of type LongValues Modifier and Type Method Description private int[][]Lucene90CompressingTermVectorsReader. positionIndex(int skip, int numFields, LongValues numTerms, int[] termFreqs)private int[][]Lucene90CompressingTermVectorsReader. readPositions(int skip, int numFields, LongValues flags, LongValues numTerms, int[] termFreqs, int flag, int totalPositions, int[][] positionIndex) -
Uses of LongValues in org.apache.lucene.index
Fields in org.apache.lucene.index declared as LongValues Modifier and Type Field Description (package private) LongValuesOrdinalMap. firstSegments(package private) LongValuesOrdinalMap. globalOrdDeltas(package private) LongValues[]OrdinalMap. segmentToGlobalOrdsMethods in org.apache.lucene.index that return LongValues Modifier and Type Method Description LongValuesOrdinalMap. getGlobalOrds(int segmentIndex)Given a segment number, return aLongValuesinstance that maps segment ordinals to global ordinals. -
Uses of LongValues in org.apache.lucene.search.join
Fields in org.apache.lucene.search.join declared as LongValues Modifier and Type Field Description private LongValuesGlobalOrdinalsCollector.OrdinalMapCollector. segmentOrdToGlobalOrdLookup(package private) LongValuesGlobalOrdinalsQuery.OrdinalMapScorer. segmentOrdToGlobalOrdLookupprivate LongValuesGlobalOrdinalsWithScoreCollector.OrdinalMapCollector. segmentOrdToGlobalOrdLookup(package private) LongValuesGlobalOrdinalsWithScoreQuery.OrdinalMapScorer. segmentOrdToGlobalOrdLookupConstructors in org.apache.lucene.search.join with parameters of type LongValues Constructor Description OrdinalMapCollector(SortedDocValues docTermOrds, LongValues segmentOrdToGlobalOrdLookup)OrdinalMapCollector(SortedDocValues docTermOrds, LongValues segmentOrdToGlobalOrdLookup)OrdinalMapScorer(Weight weight, float score, LongBitSet foundOrds, SortedDocValues values, DocIdSetIterator approximationScorer, LongValues segmentOrdToGlobalOrdLookup)OrdinalMapScorer(Weight weight, GlobalOrdinalsWithScoreCollector collector, SortedDocValues values, DocIdSetIterator approximation, LongValues segmentOrdToGlobalOrdLookup) -
Uses of LongValues in org.apache.lucene.util
Fields in org.apache.lucene.util declared as LongValues Modifier and Type Field Description static LongValuesLongValues. IDENTITYAn instance that returns the provided value.static LongValuesLongValues. ZEROES -
Uses of LongValues in org.apache.lucene.util.packed
Subclasses of LongValues in org.apache.lucene.util.packed Modifier and Type Class Description classAbstractPagedMutable<T extends AbstractPagedMutable<T>>Base implementation forPagedMutableandPagedGrowableWriter.(package private) classDeltaPackedLongValuesclassDirectMonotonicReaderRetrieves an instance previously written byDirectMonotonicWriter.(package private) static classDirectReader.DirectPackedReader1(package private) static classDirectReader.DirectPackedReader12(package private) static classDirectReader.DirectPackedReader16(package private) static classDirectReader.DirectPackedReader2(package private) static classDirectReader.DirectPackedReader20(package private) static classDirectReader.DirectPackedReader24(package private) static classDirectReader.DirectPackedReader28(package private) static classDirectReader.DirectPackedReader32(package private) static classDirectReader.DirectPackedReader4(package private) static classDirectReader.DirectPackedReader40(package private) static classDirectReader.DirectPackedReader48(package private) static classDirectReader.DirectPackedReader56(package private) static classDirectReader.DirectPackedReader64(package private) static classDirectReader.DirectPackedReader8classMonotonicBlockPackedReaderProvides random access to a stream written withMonotonicBlockPackedWriter.(package private) classMonotonicLongValuesclassPackedLongValuesUtility class to compress integers into aLongValuesinstance.classPagedGrowableWriterclassPagedMutableAPagedMutable.Fields in org.apache.lucene.util.packed declared as LongValues Modifier and Type Field Description private LongValues[]DirectMonotonicReader. readers(package private) LongValues[]MonotonicBlockPackedReader. subReadersMethods in org.apache.lucene.util.packed that return LongValues Modifier and Type Method Description static LongValuesDirectReader. getInstance(RandomAccessInput slice, int bitsPerValue)Retrieves an instance from the specified slice written decodingbitsPerValuefor each valuestatic LongValuesDirectReader. getInstance(RandomAccessInput slice, int bitsPerValue, long offset)Retrieves an instance from the specifiedoffsetof the given slice decodingbitsPerValuefor each valuestatic LongValuesDirectReader. getMergeInstance(RandomAccessInput slice, int bitsPerValue, long numValues)Retrieves an instance that is specialized for merges and is typically faster at sequential access but slower at random access.static LongValuesDirectReader. getMergeInstance(RandomAccessInput slice, int bitsPerValue, long baseOffset, long numValues)Retrieves an instance that is specialized for merges and is typically faster at sequential access.Constructors in org.apache.lucene.util.packed with parameters of type LongValues Constructor Description DirectMonotonicReader(int blockShift, LongValues[] readers, long[] mins, float[] avgs, byte[] bpvs)
-