Uses of Class
org.apache.lucene.codecs.PushPostingsWriterBase
Packages that use PushPostingsWriterBase
Package
Description
A primary-key postings format that associates a version (long) with each term and
can provide fail-fast lookups by ID and version.
Components from the Lucene 8.4 index format.
-
Uses of PushPostingsWriterBase in org.apache.lucene.codecs.idversion
Subclasses of PushPostingsWriterBase in org.apache.lucene.codecs.idversion -
Uses of PushPostingsWriterBase in org.apache.lucene.codecs.lucene84
Subclasses of PushPostingsWriterBase in org.apache.lucene.codecs.lucene84Modifier and TypeClassDescriptionfinal classConcrete class that writes docId(maybe frq,pos,offset,payloads) list with postings format.