class |
BigDecimalDictionary |
|
class |
BytesDictionary |
|
class |
ConstantValueBigDecimalDictionary |
Dictionary of a single BIG_DECIMAL value.
|
class |
ConstantValueBytesDictionary |
Dictionary of a single bytes (byte[]) value.
|
class |
ConstantValueDoubleDictionary |
Dictionary of a single double value.
|
class |
ConstantValueFloatDictionary |
Dictionary of a single float value.
|
class |
ConstantValueIntDictionary |
Dictionary of a single int value.
|
class |
ConstantValueLongDictionary |
Dictionary of a single long value.
|
class |
ConstantValueStringDictionary |
Dictionary of a single string value.
|
class |
DocIdDictionary |
DocId dictionary for the segment
|
class |
DoubleDictionary |
|
class |
FloatDictionary |
|
class |
IntDictionary |
|
class |
LongDictionary |
|
class |
OnHeapBigDecimalDictionary |
Implementation of BIG_DECIMAL dictionary that cache all values on-heap.
|
class |
OnHeapBytesDictionary |
Implementation of BYTES dictionary that cache all values on-heap.
|
class |
OnHeapDoubleDictionary |
Implementation of double dictionary that cache all values on-heap.
|
class |
OnHeapFloatDictionary |
Implementation of float dictionary that cache all values on-heap.
|
class |
OnHeapIntDictionary |
Implementation of int dictionary that cache all values on-heap.
|
class |
OnHeapLongDictionary |
Implementation of long dictionary that cache all values on-heap.
|
class |
OnHeapStringDictionary |
Implementation of String dictionary that cache all values on-heap.
|
class |
StringDictionary |
|