Package | Description |
---|---|
org.apache.lucene.index |
Code to maintain and access indices.
|
org.apache.lucene.util.packed |
Packed integer arrays and streams.
|
Constructor and Description |
---|
LegacyNumericDocValuesWrapper(Bits docsWithField,
LegacyNumericDocValues values)
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
GrowableWriter
Implements
PackedInts.Mutable , but grows the
bit count of the underlying packed ints on-demand. |
static class |
PackedInts.Mutable
A packed integer array that can be modified.
|
static class |
PackedInts.NullReader
A
PackedInts.Reader which has all its values equal to 0 (bitsPerValue = 0). |
static class |
PackedInts.Reader
A read-only random access array of positive integers.
|
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.