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 PostingsReaderBasePostingsBaseFormat. postingsReaderBase(SegmentReadState state)Creates thePostingsReaderBasefor 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 classLucene40PostingsReaderDeprecated.Only for reading old 4.0 segmentsMethods in org.apache.lucene.codecs.lucene40 that return PostingsReaderBase Modifier and Type Method Description PostingsReaderBaseLucene40PostingsBaseFormat. 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 classLucene41PostingsReaderConcrete 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 PostingsReaderBaseLucene41PostingsBaseFormat. postingsReaderBase(SegmentReadState state)
-