| Package | Description |
|---|---|
| org.apache.lucene.codecs |
Codecs API: API for customization of the encoding and structure of the index.
|
| org.apache.lucene.codecs.appending |
Codec for on append-only outputs, such as plain output streams and append-only filesystems.
|
| 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.
|
| org.apache.lucene.codecs.sep |
Sep: base support for separate files (doc,frq,pos,skp,pyl)
|
| Modifier and Type | Method and Description |
|---|---|
abstract PostingsReaderBase |
PostingsBaseFormat.postingsReaderBase(SegmentReadState state) |
| Constructor and Description |
|---|
BlockTermsReader(TermsIndexReaderBase indexReader,
Directory dir,
FieldInfos fieldInfos,
String segment,
PostingsReaderBase postingsReader,
IOContext context,
int termsCacheSize,
String segmentSuffix) |
BlockTreeTermsReader(Directory dir,
FieldInfos fieldInfos,
String segment,
PostingsReaderBase postingsReader,
IOContext ioContext,
String segmentSuffix,
int indexDivisor) |
| Constructor and Description |
|---|
AppendingTermsReader(Directory dir,
FieldInfos fieldInfos,
String segment,
PostingsReaderBase postingsReader,
IOContext ioContext,
String segmentSuffix,
int indexDivisor) |
| Modifier and Type | Class and Description |
|---|---|
class |
Lucene40PostingsReader
Concrete class that reads the 4.0 frq/prox
postings format.
|
| Modifier and Type | Method and Description |
|---|---|
PostingsReaderBase |
Lucene40PostingsBaseFormat.postingsReaderBase(SegmentReadState state) |
| Modifier and Type | Class and Description |
|---|---|
class |
PulsingPostingsReader
Concrete class that reads the current doc/freq/skip
postings format
|
| Constructor and Description |
|---|
PulsingPostingsReader(PostingsReaderBase wrappedPostingsReader) |
| Modifier and Type | Class and Description |
|---|---|
class |
SepPostingsReader
Concrete class that reads the current doc/freq/skip
postings format.
|
Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.