Uses of Class
org.apache.lucene.facet.encoding.IntEncoderFilter

Packages that use IntEncoderFilter
org.apache.lucene.facet.encoding Offers various encoders and decoders for category ordinals. 
 

Uses of IntEncoderFilter in org.apache.lucene.facet.encoding
 

Subclasses of IntEncoderFilter in org.apache.lucene.facet.encoding
 class DGapIntEncoder
          An IntEncoderFilter which encodes the gap between the given values, rather than the values themselves.
 class SortingIntEncoder
          An IntEncoderFilter which sorts the values to encode in ascending order before encoding them.
 class UniqueValuesIntEncoder
          An IntEncoderFilter which ensures only unique values are encoded.
 



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