|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use org.apache.lucene.util.packed | |
|---|---|
| org.apache.lucene.codecs.lucene45 | Lucene 4.5 file format. |
| org.apache.lucene.util.packed | Packed integer arrays and streams. |
| Classes in org.apache.lucene.util.packed used by org.apache.lucene.codecs.lucene45 | |
|---|---|
| MonotonicBlockPackedReader
Provides random access to a stream written with MonotonicBlockPackedWriter. |
|
| Classes in org.apache.lucene.util.packed used by org.apache.lucene.util.packed | |
|---|---|
| EliasFanoDecoder
A decoder for an EliasFanoEncoder. |
|
| EliasFanoEncoder
Encode a non decreasing sequence of non negative whole numbers in the Elias-Fano encoding that was introduced in the 1970's by Peter Elias and Robert Fano. |
|
| GrowableWriter
Implements PackedInts.Mutable, but grows the
bit count of the underlying packed ints on-demand. |
|
| PackedInts.Decoder
A decoder for packed integers. |
|
| PackedInts.Encoder
An encoder for packed integers. |
|
| PackedInts.Format
A format to write packed ints. |
|
| PackedInts.FormatAndBits
Simple class that holds a format and a number of bits per value. |
|
| PackedInts.Header
Header identifying the structure of a packed integer array. |
|
| PackedInts.Mutable
A packed integer array that can be modified. |
|
| PackedInts.Reader
A read-only random access array of positive integers. |
|
| PackedInts.ReaderIterator
Run-once iterator interface, to decode previously saved PackedInts. |
|
| PackedInts.Writer
A write-once Writer. |
|
| PagedGrowableWriter
A PagedGrowableWriter. |
|
| PagedMutable
A PagedMutable. |
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||