rahulgoswami commented on issue #15374: URL: https://github.com/apache/lucene/issues/15374#issuecomment-3454819934
Fixed this in https://github.com/apache/lucene/pull/14607. Failure was due to missing Lucene70 codec for very old index since we now check each segment individually instead of relying on SegmentInfos.indexCreatedVersionMajor. Fix checks for this and reflects the same through a more graceful IndexFormatTooOldException instead of abrupt IllegalArgumentException exception at runtime. -- 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]
