Uses of Class
org.apache.lucene.backward_codecs.packed.LegacyDirectMonotonicWriter
Packages that use LegacyDirectMonotonicWriter
-
Uses of LegacyDirectMonotonicWriter in org.apache.lucene.backward_codecs.packed
Methods in org.apache.lucene.backward_codecs.packed that return LegacyDirectMonotonicWriterModifier and TypeMethodDescriptionstatic LegacyDirectMonotonicWriter
LegacyDirectMonotonicWriter.getInstance
(IndexOutput metaOut, IndexOutput dataOut, long numValues, int blockShift) Returns an instance suitable for encodingnumValues
into monotonic blocks of 2blockShift
values.