Package | Description |
---|---|
org.apache.lucene.util.packed |
The packed package provides random access capable arrays of positive longs.
|
Modifier and Type | Method and Description |
---|---|
static PackedInts.Writer |
PackedInts.getWriter(DataOutput out,
int valueCount,
int bitsPerValue)
Create a packed integer array writer for the given number of values at the
given bits/value.
|