IndexFormatTooNewException
class IndexFormatTooNewException(val resourceDescription: String, val version: Int, val minVersion: Int, val maxVersion: Int) : IOException
This exception is thrown when Lucene detects an index that is newer than this Lucene version.