Package | Description |
---|---|
org.apache.lucene.util |
Some utility classes.
|
Modifier and Type | Class and Description |
---|---|
class |
BytesRefArray
A simple append only random-access
BytesRef array that stores full
copies of the appended bytes in a ByteBlockPool . |
(package private) class |
FixedLengthBytesRefArray
Just like
BytesRefArray except all values have the same length. |
Modifier and Type | Field and Description |
---|---|
SortableBytesRefArray |
OfflineSorter.Partition.buffer |
Constructor and Description |
---|
Partition(SortableBytesRefArray buffer,
boolean exhausted)
A partition loaded into memory.
|