Class Lucene99PostingsReader

java.lang.Object
org.apache.lucene.codecs.PostingsReaderBase
org.apache.lucene.codecs.lucene99.Lucene99PostingsReader
All Implemented Interfaces:
Closeable, AutoCloseable

public final class Lucene99PostingsReader extends PostingsReaderBase
Concrete class that reads docId(maybe frq,pos,offset,payloads) list with postings format.
WARNING: This API is experimental and might change in incompatible ways in the next release.