| Package | Description |
|---|---|
| org.apache.lucene.index |
Code to maintain and access indices.
|
| org.apache.lucene.uninverting |
Support for creating docvalues on-the-fly from the inverted index at runtime.
|
| org.apache.lucene.util.packed |
Packed integer arrays and streams.
|
| Modifier and Type | Field and Description |
|---|---|
(package private) PackedLongValues |
MultiDocValues.OrdinalMap.firstSegments |
(package private) PackedLongValues |
MultiDocValues.OrdinalMap.globalOrdDeltas |
| Modifier and Type | Method and Description |
|---|---|
private PackedLongValues |
SortingMergePolicy.SortingOneMerge.getDeletes(java.util.List<CodecReader> readers) |
| Constructor and Description |
|---|
BytesIterator(int maxDoc,
PackedLongValues lengths) |
CountIterator(PackedLongValues valueCounts) |
NumericIterator(int maxDoc,
PackedLongValues values) |
NumericIterator(int maxDoc,
PackedLongValues values,
FixedBitSet docsWithFields) |
OrdCountIterator(int maxDoc,
PackedLongValues ordCounts) |
OrdsIterator(int[] ordMap,
int maxDoc,
PackedLongValues ords) |
OrdsIterator(int[] ordMap,
int maxCount,
PackedLongValues ords,
PackedLongValues ordCounts) |
ValuesIterator(PackedLongValues values) |
| Modifier and Type | Field and Description |
|---|---|
private PackedLongValues |
FieldCacheImpl.SortedDocValuesImpl.termOrdToBytesOffset |
| Constructor and Description |
|---|
SortedDocValuesImpl(PagedBytes.Reader bytes,
PackedLongValues termOrdToBytesOffset,
PackedInts.Reader docToTermOrd,
int numOrd) |
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
DeltaPackedLongValues |
(package private) class |
MonotonicLongValues |
| Modifier and Type | Method and Description |
|---|---|
PackedLongValues |
PackedLongValues.Builder.build()
Build a
PackedLongValues instance that contains values that
have been added to this builder. |