Uses of Class
org.apache.lucene.util.packed.PackedInts.FormatAndBits
Packages that use PackedInts.FormatAndBits
-
Uses of PackedInts.FormatAndBits in org.apache.lucene.util.packed
Methods in org.apache.lucene.util.packed that return PackedInts.FormatAndBitsModifier and TypeMethodDescriptionstatic PackedInts.FormatAndBits
PackedInts.fastestFormatAndBits
(int valueCount, int bitsPerValue, float acceptableOverheadRatio) Try to find thePackedInts.Format
and number of bits per value that would restore from disk the fastest reader whose overhead is less thanacceptableOverheadRatio
.