Uses of Class
org.apache.lucene.util.packed.DirectMonotonicReader.Meta
Packages that use DirectMonotonicReader.Meta
-
Uses of DirectMonotonicReader.Meta in org.apache.lucene.util.packed
Methods in org.apache.lucene.util.packed that return DirectMonotonicReader.MetaModifier and TypeMethodDescriptionstatic 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.MetaModifier and TypeMethodDescriptionstatic DirectMonotonicReader
DirectMonotonicReader.getInstance
(DirectMonotonicReader.Meta meta, RandomAccessInput data) Retrieves a non-merging instance from the specified slice.static DirectMonotonicReader
DirectMonotonicReader.getInstance
(DirectMonotonicReader.Meta meta, RandomAccessInput data, boolean merging) Retrieves an instance from the specified slice.