| Package | Description |
|---|---|
| org.apache.lucene.codecs |
Codecs API: API for customization of the encoding and structure of the index.
|
| org.apache.lucene.codecs.lucene40 |
Lucene 4.0 file format.
|
| Modifier and Type | Method and Description |
|---|---|
abstract PostingsReaderBase |
PostingsBaseFormat.postingsReaderBase(SegmentReadState state)
Creates the
PostingsReaderBase for this
format. |
| Constructor and Description |
|---|
BlockTreeTermsReader(Directory dir,
FieldInfos fieldInfos,
SegmentInfo info,
PostingsReaderBase postingsReader,
IOContext ioContext,
String segmentSuffix,
int indexDivisor)
Sole constructor.
|
| 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) |
Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.