Uses of Class
org.apache.lucene.util.encoding.IntEncoderFilter
-
Packages that use IntEncoderFilter Package Description org.apache.lucene.util.encoding Offers various encoders and decoders for integers, as well as the mechanisms to create new ones. -
-
Uses of IntEncoderFilter in org.apache.lucene.util.encoding
Subclasses of IntEncoderFilter in org.apache.lucene.util.encoding Modifier and Type Class Description classDGapIntEncoderAnIntEncoderFilterwhich encodes the gap between the given values, rather than the values themselves.classSortingIntEncoderAnIntEncoderFilterwhich sorts the values to encode in ascending order before encoding them.classUniqueValuesIntEncoderAnIntEncoderFilterwhich ensures only unique values are encoded.
-