Uses of Class
org.apache.lucene.codecs.PushPostingsWriterBase
-
Packages that use PushPostingsWriterBase Package Description org.apache.lucene.codecs.idversion A primary-key postings format that associates a version (long) with each term and can provide fail-fast lookups by ID and version.org.apache.lucene.codecs.lucene84 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 Modifier and Type Class Description (package private) class
IDVersionPostingsWriter
-
Uses of PushPostingsWriterBase in org.apache.lucene.codecs.lucene84
Subclasses of PushPostingsWriterBase in org.apache.lucene.codecs.lucene84 Modifier and Type Class Description class
Lucene84PostingsWriter
Concrete class that writes docId(maybe frq,pos,offset,payloads) list with postings format.
-