Uses of Class
org.apache.lucene.util.packed.DirectMonotonicReader.Meta
-
Packages that use DirectMonotonicReader.Meta Package Description org.apache.lucene.codecs.lucene70 Components from the Lucene 7.0 index format.org.apache.lucene.codecs.lucene80 Components from the Lucene 8.0 index format Seeorg.apache.lucene.codecs.lucene84
for an overview of the index format.org.apache.lucene.util.packed Packed integer arrays and streams. -
-
Uses of DirectMonotonicReader.Meta in org.apache.lucene.codecs.lucene70
Fields in org.apache.lucene.codecs.lucene70 declared as DirectMonotonicReader.Meta Modifier and Type Field Description (package private) DirectMonotonicReader.Meta
Lucene70DocValuesProducer.BinaryEntry. addressesMeta
(package private) DirectMonotonicReader.Meta
Lucene70DocValuesProducer.SortedNumericEntry. addressesMeta
(package private) DirectMonotonicReader.Meta
Lucene70DocValuesProducer.SortedSetEntry. addressesMeta
(package private) DirectMonotonicReader.Meta
Lucene70DocValuesProducer.TermsDictEntry. termsAddressesMeta
(package private) DirectMonotonicReader.Meta
Lucene70DocValuesProducer.TermsDictEntry. termsIndexAddressesMeta
-
Uses of DirectMonotonicReader.Meta in org.apache.lucene.codecs.lucene80
Fields in org.apache.lucene.codecs.lucene80 declared as DirectMonotonicReader.Meta Modifier and Type Field Description (package private) DirectMonotonicReader.Meta
Lucene80DocValuesProducer.BinaryEntry. addressesMeta
(package private) DirectMonotonicReader.Meta
Lucene80DocValuesProducer.SortedNumericEntry. addressesMeta
(package private) DirectMonotonicReader.Meta
Lucene80DocValuesProducer.SortedSetEntry. addressesMeta
(package private) DirectMonotonicReader.Meta
Lucene80DocValuesProducer.TermsDictEntry. termsAddressesMeta
(package private) DirectMonotonicReader.Meta
Lucene80DocValuesProducer.TermsDictEntry. termsIndexAddressesMeta
-
Uses of DirectMonotonicReader.Meta in org.apache.lucene.util.packed
Methods in org.apache.lucene.util.packed that return DirectMonotonicReader.Meta Modifier and Type Method Description static DirectMonotonicReader.Meta
DirectMonotonicReader. loadMeta(IndexInput metaIn, long numValues, int blockShift)
Load metadata from the givenIndexInput
.Methods in org.apache.lucene.util.packed with parameters of type DirectMonotonicReader.Meta Modifier and Type Method Description static LongValues
DirectMonotonicReader. getInstance(DirectMonotonicReader.Meta meta, RandomAccessInput data)
Retrieves an instance from the specified slice.
-