Uses of Class
org.apache.lucene.util.packed.DirectMonotonicReader.Meta
-
Packages that use DirectMonotonicReader.Meta Package Description org.apache.lucene.codecs.compressing StoredFieldsFormat that allows cross-document and cross-field compression of stored fields.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.lucene84for 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.compressing
Fields in org.apache.lucene.codecs.compressing declared as DirectMonotonicReader.Meta Modifier and Type Field Description private DirectMonotonicReader.MetaFieldsIndexReader. docsMetaprivate DirectMonotonicReader.MetaFieldsIndexReader. startPointersMeta -
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.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.Meta Modifier and Type Field Description (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.Meta Modifier and Type Method Description static 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.Meta Modifier and Type Method Description static DirectMonotonicReaderDirectMonotonicReader. getInstance(DirectMonotonicReader.Meta meta, RandomAccessInput data)Retrieves an instance from the specified slice.
-