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: