Uses of Class
org.apache.lucene.util.packed.DirectMonotonicReader.Meta
Packages that use DirectMonotonicReader.Meta
Package
Description
StoredFieldsFormat that allows cross-document and cross-field compression of stored fields.
Components from the Lucene 7.0 index format.
Components from the Lucene 8.0 index format
See
org.apache.lucene.codecs.lucene84 for an overview
of the index format.Packed integer arrays and streams.
-
Uses of DirectMonotonicReader.Meta in org.apache.lucene.codecs.compressing
Fields in org.apache.lucene.codecs.compressing declared as DirectMonotonicReader.MetaModifier and TypeFieldDescriptionprivate final DirectMonotonicReader.MetaFieldsIndexReader.docsMetaprivate final DirectMonotonicReader.MetaFieldsIndexReader.startPointersMeta -
Uses of DirectMonotonicReader.Meta in org.apache.lucene.codecs.lucene70
Fields in org.apache.lucene.codecs.lucene70 declared as DirectMonotonicReader.MetaModifier and TypeFieldDescription(package private) DirectMonotonicReader.MetaLucene70DocValuesProducer.BinaryEntry.addressesMeta(package private) DirectMonotonicReader.MetaLucene70DocValuesProducer.SortedNumericEntry.addressesMeta(package private) DirectMonotonicReader.MetaLucene70DocValuesProducer.SortedSetEntry.addressesMeta(package private) DirectMonotonicReader.MetaLucene70DocValuesProducer.TermsDictEntry.termsAddressesMeta(package private) DirectMonotonicReader.MetaLucene70DocValuesProducer.TermsDictEntry.termsIndexAddressesMeta -
Uses of DirectMonotonicReader.Meta in org.apache.lucene.codecs.lucene80
Fields in org.apache.lucene.codecs.lucene80 declared as DirectMonotonicReader.MetaModifier and TypeFieldDescription(package private) DirectMonotonicReader.MetaLucene80DocValuesProducer.BinaryEntry.addressesMeta(package private) DirectMonotonicReader.MetaLucene80DocValuesProducer.SortedNumericEntry.addressesMeta(package private) DirectMonotonicReader.MetaLucene80DocValuesProducer.SortedSetEntry.addressesMeta(package private) DirectMonotonicReader.MetaLucene80DocValuesProducer.TermsDictEntry.termsAddressesMeta(package private) DirectMonotonicReader.MetaLucene80DocValuesProducer.TermsDictEntry.termsIndexAddressesMeta -
Uses of DirectMonotonicReader.Meta in org.apache.lucene.util.packed
Methods in org.apache.lucene.util.packed that return DirectMonotonicReader.MetaModifier and TypeMethodDescriptionstatic DirectMonotonicReader.MetaDirectMonotonicReader.loadMeta(IndexInput metaIn, long numValues, int blockShift) Load metadata from the givenIndexInput.Methods in org.apache.lucene.util.packed with parameters of type DirectMonotonicReader.MetaModifier and TypeMethodDescriptionstatic DirectMonotonicReaderDirectMonotonicReader.getInstance(DirectMonotonicReader.Meta meta, RandomAccessInput data) Retrieves an instance from the specified slice.