Package | Description |
---|---|
org.apache.lucene.util.packed |
The packed package provides random access capable arrays of positive longs.
|
Modifier and Type | Method | 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.
|
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.