Package | Description |
---|---|
org.apache.lucene.codecs.lucene40 |
Lucene 4.0 file format.
|
org.apache.lucene.codecs.lucene41 |
Lucene 4.1 file format.
|
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-2015 The Apache Software Foundation. All Rights Reserved.