Package | Description |
---|---|
org.apache.lucene.util.packed |
Packed integer arrays and streams.
|
Modifier and Type | Method and Description |
---|---|
static PackedInts.FormatAndBits |
PackedInts.fastestFormatAndBits(int valueCount,
int bitsPerValue,
float acceptableOverheadRatio)
Try to find the
PackedInts.Format and number of bits per value that would
restore from disk the fastest reader whose overhead is less than
acceptableOverheadRatio . |
Copyright © 2000-2017 Apache Software Foundation. All Rights Reserved.