Hi all, hope you are doing great. Wondering what is the contract of `close` of sliced IndexInput? Could not find any related documents wrt this.
I find many places in Lucene do not close sliced IndexInput, and when cleaning resources, it just close origin IndexInput. Would appreciate it if someone could help clarify the contract. Fundamental question is that can we skip calling `close` a sliced IndexInput?? Thank you