Uses of Class
org.apache.lucene.index.CorruptIndexException
-
Packages that use CorruptIndexException Package Description org.apache.lucene.index Code to maintain and access indices. -
-
Uses of CorruptIndexException in org.apache.lucene.index
Subclasses of CorruptIndexException in org.apache.lucene.index Modifier and Type Class Description class
IndexFormatTooNewException
This exception is thrown when Lucene detects an index that is newer than this Lucene version.class
IndexFormatTooOldException
This exception is thrown when Lucene detects an index that is too old for this Lucene version
-