Uses of Class
org.apache.lucene.util.encoding.IntDecoder
-
Packages that use IntDecoder Package Description org.apache.lucene.facet.search Faceted Search APIorg.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 Constructor Description 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 Modifier and Type Class Description classDGapIntDecoderAnIntDecoderwhich wraps anotherIntDecoderand reverts the d-gap that was encoded byDGapIntEncoder.classEightFlagsIntDecoderDecodes data which was encoded byEightFlagsIntEncoder.classFourFlagsIntDecoderDecodes data which was encoded byFourFlagsIntEncoder.classNOnesIntDecoderDecodes data which was encoded byNOnesIntEncoder.classSimpleIntDecoderA simple stream decoder which can decode values encoded withSimpleIntEncoder.classVInt8IntDecoderAnIntDecoderwhich can decode values encoded byVInt8IntEncoder.Methods in org.apache.lucene.util.encoding that return IntDecoder Modifier and Type Method Description IntDecoderDGapIntEncoder. createMatchingDecoder()IntDecoderEightFlagsIntEncoder. createMatchingDecoder()IntDecoderFourFlagsIntEncoder. createMatchingDecoder()abstract IntDecoderIntEncoder. createMatchingDecoder()Returns anIntDecoderwhich matches this encoder.IntDecoderNOnesIntEncoder. createMatchingDecoder()IntDecoderSimpleIntEncoder. createMatchingDecoder()IntDecoderSortingIntEncoder. createMatchingDecoder()IntDecoderUniqueValuesIntEncoder. createMatchingDecoder()IntDecoderVInt8IntEncoder. createMatchingDecoder()Constructors in org.apache.lucene.util.encoding with parameters of type IntDecoder Constructor Description DGapIntDecoder(IntDecoder decoder)
-