Uses of Class
org.apache.lucene.codecs.PostingsReaderBase
-
Packages that use PostingsReaderBase 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.org.apache.lucene.codecs.lucene41 Lucene 4.1 file format. -
-
Uses of PostingsReaderBase in org.apache.lucene.codecs
Methods in org.apache.lucene.codecs that return PostingsReaderBase Modifier and Type Method Description abstract PostingsReaderBase
PostingsBaseFormat. postingsReaderBase(SegmentReadState state)
Creates thePostingsReaderBase
for this format.Constructors in org.apache.lucene.codecs with parameters of type PostingsReaderBase Constructor Description 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 Modifier and Type Class Description class
Lucene40PostingsReader
Deprecated.Only for reading old 4.0 segmentsMethods in org.apache.lucene.codecs.lucene40 that return PostingsReaderBase Modifier and Type Method Description PostingsReaderBase
Lucene40PostingsBaseFormat. postingsReaderBase(SegmentReadState state)
Deprecated. -
Uses of PostingsReaderBase in org.apache.lucene.codecs.lucene41
Subclasses of PostingsReaderBase in org.apache.lucene.codecs.lucene41 Modifier and Type Class Description class
Lucene41PostingsReader
Concrete class that reads docId(maybe frq,pos,offset,payloads) list with postings format.Methods in org.apache.lucene.codecs.lucene41 that return PostingsReaderBase Modifier and Type Method Description PostingsReaderBase
Lucene41PostingsBaseFormat. postingsReaderBase(SegmentReadState state)
-