Uses of Class
org.apache.lucene.codecs.PostingsWriterBase
Packages that use PostingsWriterBase
Package
Description
Codecs API: API for customization of the encoding and structure of the index.
Lucene 10.1 file format.
BlockTree terms dictionary.
-
Uses of PostingsWriterBase in org.apache.lucene.codecs
Subclasses of PostingsWriterBase in org.apache.lucene.codecsModifier and TypeClassDescriptionclass
Extension ofPostingsWriterBase
, adding a push API for writing each element of the postings. -
Uses of PostingsWriterBase in org.apache.lucene.codecs.lucene101
Subclasses of PostingsWriterBase in org.apache.lucene.codecs.lucene101 -
Uses of PostingsWriterBase in org.apache.lucene.codecs.lucene90.blocktree
Constructors in org.apache.lucene.codecs.lucene90.blocktree with parameters of type PostingsWriterBaseModifierConstructorDescriptionLucene90BlockTreeTermsWriter
(SegmentWriteState state, PostingsWriterBase postingsWriter, int minItemsInBlock, int maxItemsInBlock) Create a new writer.Lucene90BlockTreeTermsWriter
(SegmentWriteState state, PostingsWriterBase postingsWriter, int minItemsInBlock, int maxItemsInBlock, int version) Expert constructor that allows configuring the version, used for bw tests.