Uses of Class
org.apache.lucene.codecs.PostingsReaderBase
Packages that use PostingsReaderBase
Package
Description
Lucene 10.1 file format.
BlockTree terms dictionary.
-
Uses of PostingsReaderBase in org.apache.lucene.codecs.lucene101
Subclasses of PostingsReaderBase in org.apache.lucene.codecs.lucene101Modifier and TypeClassDescriptionfinal class
Concrete class that reads docId(maybe frq,pos,offset,payloads) list with postings format. -
Uses of PostingsReaderBase in org.apache.lucene.codecs.lucene90.blocktree
Constructors in org.apache.lucene.codecs.lucene90.blocktree with parameters of type PostingsReaderBaseModifierConstructorDescriptionLucene90BlockTreeTermsReader
(PostingsReaderBase postingsReader, SegmentReadState state) Sole constructor.