Uses of Class
org.apache.lucene.util.packed.DirectMonotonicReader
Packages that use DirectMonotonicReader
Package
Description
Lucene 9.5 file format.
Packed integer arrays and streams.
-
Uses of DirectMonotonicReader in org.apache.lucene.codecs.lucene95
Methods in org.apache.lucene.codecs.lucene95 that return DirectMonotonicReaderModifier and TypeMethodDescriptionOrdToDocDISIReaderConfiguration.getDirectMonotonicReader
(IndexInput dataIn) -
Uses of DirectMonotonicReader in org.apache.lucene.util.packed
Methods in org.apache.lucene.util.packed that return DirectMonotonicReaderModifier 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.