Uses of Class
org.apache.lucene.codecs.PostingsWriterBase
-
Packages that use PostingsWriterBase Package Description org.apache.lucene.codecs org.apache.lucene.codecs.blocktree org.apache.lucene.codecs.lucene84 -
-
Uses of PostingsWriterBase in org.apache.lucene.codecs
Subclasses of PostingsWriterBase in org.apache.lucene.codecs Modifier and Type Class Description classPushPostingsWriterBaseExtension ofPostingsWriterBase, adding a push API for writing each element of the postings. -
Uses of PostingsWriterBase in org.apache.lucene.codecs.blocktree
Constructors in org.apache.lucene.codecs.blocktree with parameters of type PostingsWriterBase Constructor Description BlockTreeTermsWriter(SegmentWriteState state, PostingsWriterBase postingsWriter, int minItemsInBlock, int maxItemsInBlock)Create a new writer. -
Uses of PostingsWriterBase in org.apache.lucene.codecs.lucene84
Subclasses of PostingsWriterBase in org.apache.lucene.codecs.lucene84 Modifier and Type Class Description classLucene84PostingsWriterConcrete class that writes docId(maybe frq,pos,offset,payloads) list with postings format.
-