bruno-roustant opened a new pull request #1105: LUCENE-9105: UniformSplit postings format detects corrupted index URL: https://github.com/apache/lucene-solr/pull/1105 and better handles IO exceptions. To correctly handle IOException, we do not use Supplier<IndexDictionary.Browser> anymore, it is replaced by IndexDictionary.BrowserSupplier which throws (propagates) IOException. This leads to some disrupting refactoring: method signature change, and one class IndexDictionaryBrowserSupplier moved as an inner class FSTDictionary.BrowserSupplier. I think it does not prevent us to push this change to 8x as I don't think UniformSplit is already extended by the community (was released recently in 8.3).
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org