rmuir commented on PR #13277: URL: https://github.com/apache/lucene/pull/13277#issuecomment-2048667001
I've been mulling over this PR for a while, not the type of one you want to rush in. But the more I think about it, the more I like it. * javadocs for Error describe them as `abnormal conditions that should never occur` * these are Errors IndexWriter is hitting from lucene apis, not application code. * user can plug into low-level lucene apis such as `Directory`, `Codec`, etc, but the same rules apply * the fact none of our test suite needed changes is telling. * All subclasses of LinkageError -- 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: issues-unsubscr...@lucene.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org