| Package | Description |
|---|---|
| org.apache.lucene.store |
Binary i/o API, used for all index data.
|
| org.apache.lucene.util.packed |
Packed integer arrays and streams.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BufferedIndexInput
Base implementation class for buffered
IndexInput. |
| Modifier and Type | Method and Description |
|---|---|
RandomAccessInput |
IndexInput.randomAccessSlice(long offset,
long length)
Creates a random-access slice of this index input, with the given offset and length.
|
| Modifier and Type | Method and Description |
|---|---|
static LongValues |
DirectReader.getInstance(RandomAccessInput slice,
int bitsPerValue)
Retrieves an instance from the specified slice written decoding
bitsPerValue for each value |
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.