Uses of Class
org.apache.lucene.codecs.PostingsReaderBase
Packages that use PostingsReaderBase
Package
Description
Codecs API: API for customization of the encoding and structure of the index.
Lucene 4.0 file format.
Lucene 4.1 file format.
-
Uses of PostingsReaderBase in org.apache.lucene.codecs
Methods in org.apache.lucene.codecs that return PostingsReaderBaseModifier and TypeMethodDescriptionabstract PostingsReaderBase
PostingsBaseFormat.postingsReaderBase
(SegmentReadState state) Creates thePostingsReaderBase
for this format.Constructors in org.apache.lucene.codecs with parameters of type PostingsReaderBaseModifierConstructorDescriptionBlockTreeTermsReader
(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.lucene40Modifier and TypeClassDescriptionclass
Deprecated.Only for reading old 4.0 segmentsMethods in org.apache.lucene.codecs.lucene40 that return PostingsReaderBaseModifier and TypeMethodDescriptionLucene40PostingsBaseFormat.postingsReaderBase
(SegmentReadState state) Deprecated. -
Uses of PostingsReaderBase in org.apache.lucene.codecs.lucene41
Subclasses of PostingsReaderBase in org.apache.lucene.codecs.lucene41Modifier and TypeClassDescriptionfinal class
Concrete class that reads docId(maybe frq,pos,offset,payloads) list with postings format.Methods in org.apache.lucene.codecs.lucene41 that return PostingsReaderBaseModifier and TypeMethodDescriptionLucene41PostingsBaseFormat.postingsReaderBase
(SegmentReadState state)