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 |
DirectMonotonicReader.getInstance(DirectMonotonicReader.Meta meta,
RandomAccessInput data)
Retrieves an instance from the specified slice.
|
static LongValues |
DirectReader.getInstance(RandomAccessInput slice,
int bitsPerValue)
Retrieves an instance from the specified slice written decoding
bitsPerValue for each value |
static LongValues |
DirectReader.getInstance(RandomAccessInput slice,
int bitsPerValue,
long offset)
Retrieves an instance from the specified
offset of the given slice
decoding bitsPerValue for each value |
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.