Uses of Class
org.apache.lucene.util.encoding.ChunksIntEncoder
-
Packages that use ChunksIntEncoder Package Description org.apache.lucene.util.encoding Offers various encoders and decoders for integers, as well as the mechanisms to create new ones. -
-
Uses of ChunksIntEncoder in org.apache.lucene.util.encoding
Subclasses of ChunksIntEncoder in org.apache.lucene.util.encoding Modifier and Type Class Description class
EightFlagsIntEncoder
AChunksIntEncoder
which encodes data in chunks of 8.class
FourFlagsIntEncoder
AChunksIntEncoder
which encodes values in chunks of 4.class
NOnesIntEncoder
A variation ofFourFlagsIntEncoder
which translates the data as follows: Values ≥ 2 are trnalsated tovalue+1
(2 ⇒ 3, 3 ⇒ 4 and so forth).
-