Package | Description |
---|---|
org.apache.lucene.codecs.lucene50 |
Components from the Lucene 5.0 index format
See
org.apache.lucene.codecs.lucene80 for an overview
of the index format. |
org.apache.lucene.util.packed |
Packed integer arrays and streams.
|
Modifier and Type | Field and Description |
---|---|
private PackedInts.Decoder[] |
ForUtil.decoders |
Modifier and Type | Method and Description |
---|---|
private static int |
ForUtil.computeIterations(PackedInts.Decoder decoder)
Compute the number of iterations required to decode
BLOCK_SIZE
values with the provided PackedInts.Decoder . |
Modifier and Type | Class and Description |
---|---|
(package private) class |
BulkOperation
Efficient sequential read/write of packed integers.
|
(package private) class |
BulkOperationPacked
Non-specialized
BulkOperation for PackedInts.Format.PACKED . |
(package private) class |
BulkOperationPacked1
Efficient sequential read/write of packed integers.
|
(package private) class |
BulkOperationPacked10
Efficient sequential read/write of packed integers.
|
(package private) class |
BulkOperationPacked11
Efficient sequential read/write of packed integers.
|
(package private) class |
BulkOperationPacked12
Efficient sequential read/write of packed integers.
|
(package private) class |
BulkOperationPacked13
Efficient sequential read/write of packed integers.
|
(package private) class |
BulkOperationPacked14
Efficient sequential read/write of packed integers.
|
(package private) class |
BulkOperationPacked15
Efficient sequential read/write of packed integers.
|
(package private) class |
BulkOperationPacked16
Efficient sequential read/write of packed integers.
|
(package private) class |
BulkOperationPacked17
Efficient sequential read/write of packed integers.
|
(package private) class |
BulkOperationPacked18
Efficient sequential read/write of packed integers.
|
(package private) class |
BulkOperationPacked19
Efficient sequential read/write of packed integers.
|
(package private) class |
BulkOperationPacked2
Efficient sequential read/write of packed integers.
|
(package private) class |
BulkOperationPacked20
Efficient sequential read/write of packed integers.
|
(package private) class |
BulkOperationPacked21
Efficient sequential read/write of packed integers.
|
(package private) class |
BulkOperationPacked22
Efficient sequential read/write of packed integers.
|
(package private) class |
BulkOperationPacked23
Efficient sequential read/write of packed integers.
|
(package private) class |
BulkOperationPacked24
Efficient sequential read/write of packed integers.
|
(package private) class |
BulkOperationPacked3
Efficient sequential read/write of packed integers.
|
(package private) class |
BulkOperationPacked4
Efficient sequential read/write of packed integers.
|
(package private) class |
BulkOperationPacked5
Efficient sequential read/write of packed integers.
|
(package private) class |
BulkOperationPacked6
Efficient sequential read/write of packed integers.
|
(package private) class |
BulkOperationPacked7
Efficient sequential read/write of packed integers.
|
(package private) class |
BulkOperationPacked8
Efficient sequential read/write of packed integers.
|
(package private) class |
BulkOperationPacked9
Efficient sequential read/write of packed integers.
|
(package private) class |
BulkOperationPackedSingleBlock
Non-specialized
BulkOperation for PackedInts.Format.PACKED_SINGLE_BLOCK . |
Modifier and Type | Method and Description |
---|---|
static PackedInts.Decoder |
PackedInts.getDecoder(PackedInts.Format format,
int version,
int bitsPerValue)
Get a
PackedInts.Decoder . |