Package | Description |
---|---|
org.apache.lucene.codecs.pulsing |
Pulsing Codec: inlines low frequency terms' postings into terms dictionary.
|
Class and Description |
---|
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.