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.3 file format.
BlockTree terms dictionary.
-
Uses of PostingsWriterBase in org.apache.lucene.codecs
Subclasses of PostingsWriterBase in org.apache.lucene.codecsModifier and TypeClassDescriptionclassExtension ofPostingsWriterBase, adding a push API for writing each element of the postings. -
Uses of PostingsWriterBase in org.apache.lucene.codecs.lucene103
Subclasses of PostingsWriterBase in org.apache.lucene.codecs.lucene103 -
Uses of PostingsWriterBase in org.apache.lucene.codecs.lucene103.blocktree
Constructors in org.apache.lucene.codecs.lucene103.blocktree with parameters of type PostingsWriterBaseModifierConstructorDescriptionLucene103BlockTreeTermsWriter(SegmentWriteState state, PostingsWriterBase postingsWriter, int minItemsInBlock, int maxItemsInBlock) Create a new writer.Lucene103BlockTreeTermsWriter(SegmentWriteState state, PostingsWriterBase postingsWriter, int minItemsInBlock, int maxItemsInBlock, int version) Expert constructor that allows configuring the version, used for bw tests.