Uses of Package
org.apache.lucene.codecs.pulsing

Packages that use org.apache.lucene.codecs.pulsing
org.apache.lucene.codecs.pulsing Pulsing Codec: inlines low frequency terms' postings into terms dictionary. 
 

Classes in org.apache.lucene.codecs.pulsing used by org.apache.lucene.codecs.pulsing
PulsingPostingsFormat
          This postings format "inlines" the postings for terms that have low docFreq.
PulsingPostingsReader
          Concrete class that reads the current doc/freq/skip postings format
PulsingPostingsReader.PulsingEnumAttribute
          A per-docsenum attribute that stores additional reuse information so that pulsing enums can keep a reference to their wrapped enums, and vice versa.
 



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