Class Lucene84PostingsWriter

All Implemented Interfaces:
Closeable, AutoCloseable

public final class Lucene84PostingsWriter 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: