Uses of Class
org.apache.lucene.util.encoding.ChunksIntEncoder

Packages that use ChunksIntEncoder
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
 class EightFlagsIntEncoder
          A ChunksIntEncoder which encodes data in chunks of 8.
 class FourFlagsIntEncoder
          A ChunksIntEncoder which encodes values in chunks of 4.
 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-2011 Apache Software Foundation. All Rights Reserved.