Uses of Class
org.apache.lucene.codecs.PostingsReaderBase
Packages that use PostingsReaderBase
Package
Description
BlockTree terms dictionary.
Lucene 10.4 file 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. -
Uses of PostingsReaderBase in org.apache.lucene.codecs.lucene104
Subclasses of PostingsReaderBase in org.apache.lucene.codecs.lucene104Modifier and TypeClassDescriptionfinal classConcrete class that reads docId(maybe frq,pos,offset,payloads) list with postings format.