Class PostingsReaderBase

  • All Implemented Interfaces:
    Closeable, AutoCloseable, Accountable
    Direct Known Subclasses:
    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.
    WARNING: This API is experimental and might change in incompatible ways in the next release.