Class PostingsReaderBase

java.lang.Object
org.apache.lucene.codecs.PostingsReaderBase
All Implemented Interfaces:
Closeable, AutoCloseable, Accountable
Direct Known Subclasses:
IDVersionPostingsReader, Lucene50PostingsReader, Lucene84PostingsReader

public abstract class PostingsReaderBase extends Object implements Closeable, Accountable
The core terms dictionaries (BlockTermsReader, BlockTreeTermsReader) interact with a single instance of this class to manage creation of PostingsEnum and PostingsEnum instances. It provides an IndexInput (termsIn) where this class may read any previously stored data that it had written in its corresponding PostingsWriterBase at indexing time.