| 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 |
NOnesIntEncoder
A variation of
FourFlagsIntEncoder which translates the data as
follows:
Values ≥ 2 are trnalsated to value+1 (2 ⇒ 3, 3
⇒ 4 and so forth). |
Copyright © 2000-2015 Apache Software Foundation. All Rights Reserved.