Uses of Class
org.apache.lucene.index.CorruptIndexException

Packages that use CorruptIndexException
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
 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
 



Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.