uschindler commented on issue #15730: URL: https://github.com/apache/lucene/issues/15730#issuecomment-4276958931
Hi this is not an issue. You're not allowed to cast an arbitrary IndexInput to RandomAccessInput. The correct way to get a RandomAccessInput is to call the method `IndexInput#randomAccessSlice(...)` which returns a random access view (as slice/clone). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
