Class Lucene41PostingsWriter

All Implemented Interfaces:
Closeable, AutoCloseable

public final class Lucene41PostingsWriter extends PostingsWriterBase
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.