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) LongValues
Lucene70DocValuesProducer.TermsDict. blockAddresses
(package private) LongValues
Lucene70DocValuesProducer.TermsDict. indexAddresses
Methods in org.apache.lucene.backward_codecs.lucene70 that return LongValues Modifier and Type Method Description private LongValues
Lucene70DocValuesProducer. 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 LongValues
Lucene80DocValuesProducer.BinaryDecoder. addresses
(package private) LongValues
Lucene80DocValuesProducer.TermsDict. blockAddresses
(package private) LongValues
Lucene80DocValuesProducer.TermsDict. indexAddresses
(package private) LongValues
Lucene80DocValuesProducer.VaryingBPVReader. values
Methods in org.apache.lucene.backward_codecs.lucene80 that return LongValues Modifier and Type Method Description private LongValues
Lucene80DocValuesProducer. 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. readers
Methods in org.apache.lucene.backward_codecs.packed that return LongValues Modifier and Type Method Description static LongValues
LegacyDirectReader. getInstance(RandomAccessInput slice, int bitsPerValue)
Retrieves an instance from the specified slice written decodingbitsPerValue
for each valuestatic LongValues
LegacyDirectReader. getInstance(RandomAccessInput slice, int bitsPerValue, long offset)
Retrieves an instance from the specifiedoffset
of the given slice decodingbitsPerValue
for 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) LongValues
DocValuesConsumer.SortedDocValuesSub. map
(package private) LongValues
DocValuesConsumer.SortedSetDocValuesSub. map
Constructors 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) LongValues
Lucene90DocValuesProducer.TermsDict. blockAddresses
(package private) LongValues
Lucene90DocValuesProducer.TermsDict. indexAddresses
(package private) LongValues
Lucene90DocValuesProducer.VaryingBPVReader. values
Methods in org.apache.lucene.codecs.lucene90 that return LongValues Modifier and Type Method Description private LongValues
Lucene90DocValuesProducer. getDirectReaderInstance(RandomAccessInput slice, int bitsPerValue, long offset, long numValues)
private LongValues
Lucene90DocValuesProducer. 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) LongValues
OrdinalMap. firstSegments
(package private) LongValues
OrdinalMap. globalOrdDeltas
(package private) LongValues[]
OrdinalMap. segmentToGlobalOrds
Methods in org.apache.lucene.index that return LongValues Modifier and Type Method Description LongValues
OrdinalMap. getGlobalOrds(int segmentIndex)
Given a segment number, return aLongValues
instance 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 LongValues
GlobalOrdinalsCollector.OrdinalMapCollector. segmentOrdToGlobalOrdLookup
(package private) LongValues
GlobalOrdinalsQuery.OrdinalMapScorer. segmentOrdToGlobalOrdLookup
private LongValues
GlobalOrdinalsWithScoreCollector.OrdinalMapCollector. segmentOrdToGlobalOrdLookup
(package private) LongValues
GlobalOrdinalsWithScoreQuery.OrdinalMapScorer. segmentOrdToGlobalOrdLookup
Constructors 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 LongValues
LongValues. IDENTITY
An instance that returns the provided value.static LongValues
LongValues. ZEROES
-
Uses of LongValues in org.apache.lucene.util.packed
Subclasses of LongValues in org.apache.lucene.util.packed Modifier and Type Class Description class
AbstractPagedMutable<T extends AbstractPagedMutable<T>>
Base implementation forPagedMutable
andPagedGrowableWriter
.(package private) class
DeltaPackedLongValues
class
DirectMonotonicReader
Retrieves an instance previously written byDirectMonotonicWriter
.(package private) static class
DirectReader.DirectPackedReader1
(package private) static class
DirectReader.DirectPackedReader12
(package private) static class
DirectReader.DirectPackedReader16
(package private) static class
DirectReader.DirectPackedReader2
(package private) static class
DirectReader.DirectPackedReader20
(package private) static class
DirectReader.DirectPackedReader24
(package private) static class
DirectReader.DirectPackedReader28
(package private) static class
DirectReader.DirectPackedReader32
(package private) static class
DirectReader.DirectPackedReader4
(package private) static class
DirectReader.DirectPackedReader40
(package private) static class
DirectReader.DirectPackedReader48
(package private) static class
DirectReader.DirectPackedReader56
(package private) static class
DirectReader.DirectPackedReader64
(package private) static class
DirectReader.DirectPackedReader8
class
MonotonicBlockPackedReader
Provides random access to a stream written withMonotonicBlockPackedWriter
.(package private) class
MonotonicLongValues
class
PackedLongValues
Utility class to compress integers into aLongValues
instance.class
PagedGrowableWriter
class
PagedMutable
APagedMutable
.Fields in org.apache.lucene.util.packed declared as LongValues Modifier and Type Field Description private LongValues[]
DirectMonotonicReader. readers
(package private) LongValues[]
MonotonicBlockPackedReader. subReaders
Methods in org.apache.lucene.util.packed that return LongValues Modifier and Type Method Description static LongValues
DirectReader. getInstance(RandomAccessInput slice, int bitsPerValue)
Retrieves an instance from the specified slice written decodingbitsPerValue
for each valuestatic LongValues
DirectReader. getInstance(RandomAccessInput slice, int bitsPerValue, long offset)
Retrieves an instance from the specifiedoffset
of the given slice decodingbitsPerValue
for each valuestatic LongValues
DirectReader. 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 LongValues
DirectReader. 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)
-