Package | Description |
---|---|
org.apache.lucene.index |
Code to maintain and access indices.
|
org.apache.lucene.util |
Some utility classes.
|
org.apache.lucene.util.packed |
Packed integer arrays and streams.
|
Modifier and Type | Method and Description |
---|---|
LongValues |
OrdinalMap.getGlobalOrds(int segmentIndex)
Given a segment number, return a
LongValues instance that maps
segment ordinals to global ordinals. |
Modifier and Type | Field and Description |
---|---|
static LongValues |
LongValues.IDENTITY
An instance that returns the provided value.
|
static LongValues |
LongValues.ZEROES |
Modifier and Type | Class and Description |
---|---|
class |
BlockPackedReader
Provides random access to a stream written with
BlockPackedWriter . |
class |
MonotonicBlockPackedReader
Provides random access to a stream written with
MonotonicBlockPackedWriter . |
class |
PackedLongValues
Utility class to compress integers into a
LongValues instance. |
class |
PagedGrowableWriter
|
class |
PagedMutable
A
PagedMutable . |
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.