Package org.apache.lucene.codecs.pulsing

Pulsing Codec: inlines low frequency terms' postings into terms dictionary.

See:
          Description

Interface Summary
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.
 

Class Summary
Pulsing41PostingsFormat Concrete pulsing implementation over Lucene41PostingsFormat.
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.PulsingEnumAttributeImpl Implementation of PulsingPostingsReader.PulsingEnumAttribute for reuse of wrapped postings readers underneath pulsing.
PulsingPostingsWriter Writer for the pulsing format.
 

Package org.apache.lucene.codecs.pulsing Description

Pulsing Codec: inlines low frequency terms' postings into terms dictionary.



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