|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use PostingsReaderBase | |
|---|---|
| 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. |
| Uses of PostingsReaderBase in org.apache.lucene.codecs |
|---|
| Methods in org.apache.lucene.codecs that return PostingsReaderBase | |
|---|---|
abstract PostingsReaderBase |
PostingsBaseFormat.postingsReaderBase(SegmentReadState state)
Creates the PostingsReaderBase for this
format. |
| Constructors in org.apache.lucene.codecs with parameters of type PostingsReaderBase | |
|---|---|
BlockTreeTermsReader(Directory dir,
FieldInfos fieldInfos,
SegmentInfo info,
PostingsReaderBase postingsReader,
IOContext ioContext,
String segmentSuffix,
int indexDivisor)
Sole constructor. |
|
| Uses of PostingsReaderBase in org.apache.lucene.codecs.lucene40 |
|---|
| Subclasses of PostingsReaderBase in org.apache.lucene.codecs.lucene40 | |
|---|---|
class |
Lucene40PostingsReader
Concrete class that reads the 4.0 frq/prox postings format. |
| Methods in org.apache.lucene.codecs.lucene40 that return PostingsReaderBase | |
|---|---|
PostingsReaderBase |
Lucene40PostingsBaseFormat.postingsReaderBase(SegmentReadState state)
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||