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

Packages that use IntDecoder
org.apache.lucene.facet.search Faceted Search API 
org.apache.lucene.util.encoding Offers various encoders and decoders for integers, as well as the mechanisms to create new ones. 
 

Uses of IntDecoder in org.apache.lucene.facet.search
 

Constructors in org.apache.lucene.facet.search with parameters of type IntDecoder
PayloadIntDecodingIterator(org.apache.lucene.index.IndexReader indexReader, org.apache.lucene.index.Term term, IntDecoder decoder)
           
PayloadIntDecodingIterator(org.apache.lucene.index.IndexReader indexReader, org.apache.lucene.index.Term term, IntDecoder decoder, byte[] buffer)
           
 

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

Subclasses of IntDecoder in org.apache.lucene.util.encoding
 class DGapIntDecoder
          An IntDecoder which wraps another IntDecoder and reverts the d-gap that was encoded by DGapIntEncoder.
 class EightFlagsIntDecoder
          Decodes data which was encoded by EightFlagsIntEncoder.
 class FourFlagsIntDecoder
          Decodes data which was encoded by FourFlagsIntEncoder.
 class NOnesIntDecoder
          Decodes data which was encoded by NOnesIntEncoder.
 class SimpleIntDecoder
          A simple stream decoder which can decode values encoded with SimpleIntEncoder.
 class VInt8IntDecoder
          An IntDecoder which can decode values encoded by VInt8IntEncoder.
 

Methods in org.apache.lucene.util.encoding that return IntDecoder
 IntDecoder EightFlagsIntEncoder.createMatchingDecoder()
           
 IntDecoder DGapIntEncoder.createMatchingDecoder()
           
 IntDecoder SortingIntEncoder.createMatchingDecoder()
           
abstract  IntDecoder IntEncoder.createMatchingDecoder()
          Returns an IntDecoder which matches this encoder.
 IntDecoder VInt8IntEncoder.createMatchingDecoder()
           
 IntDecoder UniqueValuesIntEncoder.createMatchingDecoder()
           
 IntDecoder SimpleIntEncoder.createMatchingDecoder()
           
 IntDecoder NOnesIntEncoder.createMatchingDecoder()
           
 IntDecoder FourFlagsIntEncoder.createMatchingDecoder()
           
 

Constructors in org.apache.lucene.util.encoding with parameters of type IntDecoder
DGapIntDecoder(IntDecoder decoder)
           
 



Copyright © 2000-2011 Apache Software Foundation. All Rights Reserved.