|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PostingsBaseFormat | |
---|---|
org.apache.lucene.codecs.lucene40 | Lucene 4.0 file format. |
org.apache.lucene.codecs.pulsing | Pulsing Codec: inlines low frequency terms' postings into terms dictionary. |
Uses of PostingsBaseFormat in org.apache.lucene.codecs.lucene40 |
---|
Subclasses of PostingsBaseFormat in org.apache.lucene.codecs.lucene40 | |
---|---|
class |
Lucene40PostingsBaseFormat
Provides a PostingsReaderBase and PostingsWriterBase . |
Uses of PostingsBaseFormat in org.apache.lucene.codecs.pulsing |
---|
Constructors in org.apache.lucene.codecs.pulsing with parameters of type PostingsBaseFormat | |
---|---|
PulsingPostingsFormat(String name,
PostingsBaseFormat wrappedPostingsBaseFormat,
int freqCutoff)
|
|
PulsingPostingsFormat(String name,
PostingsBaseFormat wrappedPostingsBaseFormat,
int freqCutoff,
int minBlockSize,
int maxBlockSize)
Terms with freq <= freqCutoff are inlined into terms dict. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |