Uses of Class
org.apache.lucene.util.LongValues
Packages that use LongValues
Package
Description
Code to maintain and access indices.
Some utility classes.
Packed integer arrays and streams.
-
Uses of LongValues in org.apache.lucene.index
Methods in org.apache.lucene.index that return LongValuesModifier and TypeMethodDescriptionOrdinalMap.getGlobalOrds
(int segmentIndex) Given a segment number, return aLongValues
instance that maps segment ordinals to global ordinals. -
Uses of LongValues in org.apache.lucene.util
Fields in org.apache.lucene.util declared as LongValuesModifier and TypeFieldDescriptionstatic final LongValues
LongValues.IDENTITY
An instance that returns the provided value.static final LongValues
LongValues.ZEROES
-
Uses of LongValues in org.apache.lucene.util.packed
Subclasses of LongValues in org.apache.lucene.util.packedModifier and TypeClassDescriptionclass
AbstractPagedMutable<T extends AbstractPagedMutable<T>>
Base implementation forPagedMutable
andPagedGrowableWriter
.final class
Retrieves an instance previously written byDirectMonotonicWriter
.class
Provides random access to a stream written withMonotonicBlockPackedWriter
.class
Utility class to compress integers into aLongValues
instance.final class
final class
APagedMutable
.Methods in org.apache.lucene.util.packed that return LongValuesModifier and TypeMethodDescriptionstatic 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.