Class Lucene41PostingsReader

  • All Implemented Interfaces:
    java.io.Closeable, java.lang.AutoCloseable

    public final class Lucene41PostingsReader
    extends PostingsReaderBase
    Concrete class that reads docId(maybe frq,pos,offset,payloads) list with postings format.
    See Also:
    for details