FileDocCategorySizeDatePackage
CorruptIndexException.javaAPI DocApache Lucene 2.2.01089Sat Jun 16 22:20:36 BST 2007org.apache.lucene.index

CorruptIndexException

public class CorruptIndexException extends IOException
This exception is thrown when Lucene detects an inconsistency in the index.

(Omit source code)

Fields Summary
Constructors Summary
public CorruptIndexException(String message)

    super(message);
  
Methods Summary