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

Packages that use FourFlagsIntEncoder
org.apache.lucene.util.encoding Offers various encoders and decoders for integers, as well as the mechanisms to create new ones. 
 

Uses of FourFlagsIntEncoder in org.apache.lucene.util.encoding
 

Subclasses of FourFlagsIntEncoder in org.apache.lucene.util.encoding
 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.