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(IndexReader indexReader, Term term, IntDecoder decoder)
           
PayloadIntDecodingIterator(IndexReader indexReader, 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 SimpleIntEncoder.createMatchingDecoder()
           
 IntDecoder SortingIntEncoder.createMatchingDecoder()
           
 IntDecoder EightFlagsIntEncoder.createMatchingDecoder()
           
 IntDecoder UniqueValuesIntEncoder.createMatchingDecoder()
           
 IntDecoder VInt8IntEncoder.createMatchingDecoder()
           
 IntDecoder NOnesIntEncoder.createMatchingDecoder()
           
abstract  IntDecoder IntEncoder.createMatchingDecoder()
          Returns an IntDecoder which matches this encoder.
 IntDecoder FourFlagsIntEncoder.createMatchingDecoder()
           
 IntDecoder DGapIntEncoder.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.