Class PostingsReaderBase

java.lang.Object
org.apache.lucene.codecs.PostingsReaderBase
All Implemented Interfaces:
Closeable, AutoCloseable
Direct Known Subclasses:
Lucene40PostingsReader, Lucene41PostingsReader

public abstract class PostingsReaderBase extends Object implements Closeable
The core terms dictionaries (BlockTermsReader, BlockTreeTermsReader) interact with a single instance of this class to manage creation of DocsEnum and DocsAndPositionsEnum 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.