Interface ForwardIndexReaderContext

  • All Superinterfaces:
    AutoCloseable, Closeable

    public interface ForwardIndexReaderContext
    extends Closeable
    Interface for the context of the forward index reader.

    The forward index reader itself is always stateless because it needs to be accessed by multiple threads. The context can be passed when reading the values from the forward index reader so that reader can store some states inside the context in order to accelerate the following reads.