Class PostingsReaderBase

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

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 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.
WARNING: This API is experimental and might change in incompatible ways in the next release.