Uses of Class
org.apache.lucene.codecs.PushPostingsWriterBase
-
Packages that use PushPostingsWriterBase Package Description org.apache.lucene.codecs.lucene90 Lucene 9.0 file format.org.apache.lucene.sandbox.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. -
-
Uses of PushPostingsWriterBase in org.apache.lucene.codecs.lucene90
Subclasses of PushPostingsWriterBase in org.apache.lucene.codecs.lucene90 Modifier and Type Class Description class
Lucene90PostingsWriter
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 Modifier and Type Class Description (package private) class
IDVersionPostingsWriter
-