updateReadAdvice

open fun updateReadAdvice(readAdvice: ReadAdvice?)

Optional method: Give a hint to this input about the change in read access pattern. IndexInput implementations may take advantage of this hint to optimize reads from storage.

The default implementation is a no-op.