Package | Description |
---|---|
org.apache.lucene.codecs.lucene40 |
Support for testing
Lucene40PostingsFormat . |
org.apache.lucene.codecs.lucene41 |
Support for testing
Lucene41Codec . |
org.apache.lucene.codecs.pulsing |
Pulsing Codec: inlines low frequency terms' postings into terms dictionary.
|
Modifier and Type | Class and Description |
---|---|
class |
Lucene40PostingsBaseFormat
Deprecated.
Only for reading old 4.0 segments
|
Modifier and Type | Class and Description |
---|---|
class |
Lucene41PostingsBaseFormat
Provides a
PostingsReaderBase and PostingsWriterBase . |
Constructor and Description |
---|
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.
|
Copyright © 2000–2023 The Apache Software Foundation. All rights reserved.