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