Uses of Class
org.apache.lucene.codecs.PushPostingsWriterBase
Packages that use PushPostingsWriterBase
Package
Description
Lucene 9.0 file format.
Lucene 9.9 file format.
A primary-key postings format that associates a version (long) with each term and can provide
fail-fast lookups by ID and version.
-
Uses of PushPostingsWriterBase in org.apache.lucene.backward_codecs.lucene90
Subclasses of PushPostingsWriterBase in org.apache.lucene.backward_codecs.lucene90Modifier and TypeClassDescriptionfinal class
Concrete class that writes docId(maybe frq,pos,offset,payloads) list with postings format. -
Uses of PushPostingsWriterBase in org.apache.lucene.codecs.lucene99
Subclasses of PushPostingsWriterBase in org.apache.lucene.codecs.lucene99Modifier and TypeClassDescriptionfinal class
Concrete class that writes docId(maybe frq,pos,offset,payloads) list with postings format. -
Uses of PushPostingsWriterBase in org.apache.lucene.sandbox.codecs.idversion
Subclasses of PushPostingsWriterBase in org.apache.lucene.sandbox.codecs.idversion