Class Lucene90PostingsWriter

  • All Implemented Interfaces:
    Closeable, AutoCloseable

    public final class Lucene90PostingsWriter
    extends PushPostingsWriterBase
    Concrete class that writes docId(maybe frq,pos,offset,payloads) list with postings format.

    Postings list for each term will be stored separately.

    See Also:
    for details about skipping setting and postings layout.
    WARNING: This API is experimental and might change in incompatible ways in the next release.