Package | Description |
---|---|
org.apache.lucene.codecs.lucene70 |
Components from the Lucene 7.0 index format.
|
org.apache.lucene.codecs.lucene80 |
Lucene 8.0 file format.
|
org.apache.lucene.util.packed |
Packed integer arrays and streams.
|
Modifier and Type | Field and Description |
---|---|
(package private) DirectMonotonicReader.Meta |
Lucene70DocValuesProducer.BinaryEntry.addressesMeta |
(package private) DirectMonotonicReader.Meta |
Lucene70DocValuesProducer.SortedSetEntry.addressesMeta |
(package private) DirectMonotonicReader.Meta |
Lucene70DocValuesProducer.SortedNumericEntry.addressesMeta |
(package private) DirectMonotonicReader.Meta |
Lucene70DocValuesProducer.TermsDictEntry.termsAddressesMeta |
(package private) DirectMonotonicReader.Meta |
Lucene70DocValuesProducer.TermsDictEntry.termsIndexAddressesMeta |
Modifier and Type | Field and Description |
---|---|
(package private) DirectMonotonicReader.Meta |
Lucene80DocValuesProducer.BinaryEntry.addressesMeta |
(package private) DirectMonotonicReader.Meta |
Lucene80DocValuesProducer.SortedSetEntry.addressesMeta |
(package private) DirectMonotonicReader.Meta |
Lucene80DocValuesProducer.SortedNumericEntry.addressesMeta |
(package private) DirectMonotonicReader.Meta |
Lucene80DocValuesProducer.TermsDictEntry.termsAddressesMeta |
(package private) DirectMonotonicReader.Meta |
Lucene80DocValuesProducer.TermsDictEntry.termsIndexAddressesMeta |
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.
|