| Package | Description |
|---|---|
| org.apache.lucene.codecs.lucene54 |
Lucene 5.4 file format.
|
| org.apache.lucene.util.packed |
Packed integer arrays and streams.
|
| Modifier and Type | Field and Description |
|---|---|
DirectMonotonicReader.Meta |
Lucene54DocValuesProducer.BinaryEntry.addressesMeta
meta data for addresses
|
DirectMonotonicReader.Meta |
Lucene54DocValuesProducer.NumericEntry.monotonicMeta
monotonic meta
|
| Modifier and Type | Field and Description |
|---|---|
private java.util.Map<java.lang.String,DirectMonotonicReader.Meta> |
Lucene54DocValuesProducer.directAddressesMeta |
| Modifier and Type | Method and Description |
|---|---|
static DirectMonotonicReader.Meta |
DirectMonotonicReader.loadMeta(IndexInput metaIn,
long numValues,
int blockShift)
Load metadata from the given
IndexInput. |
| Modifier and Type | Method and Description |
|---|---|
static LongValues |
DirectMonotonicReader.getInstance(DirectMonotonicReader.Meta meta,
RandomAccessInput data)
Retrieves an instance from the specified slice.
|