Package | Description |
---|---|
org.apache.lucene.util.encoding |
Offers various encoders and decoders for integers, as well as the
mechanisms to create new ones.
|
Modifier and Type | Class and Description |
---|---|
class |
DGapIntEncoder
An
IntEncoderFilter which encodes the gap between the given values,
rather than the values themselves. |
class |
SortingIntEncoder
An
IntEncoderFilter which sorts the values to encode in ascending
order before encoding them. |
class |
UniqueValuesIntEncoder
An
IntEncoderFilter which ensures only unique values are encoded. |