Class CorruptIndexException
This exception is thrown when Lucene detects an inconsistency in the index.
Inheritance
System.Object
CorruptIndexException
Assembly: DistributedLucene.Net.dll
Syntax
public class CorruptIndexException : IOException
Constructors
Name | Description |
---|---|
CorruptIndexException(SerializationInfo, StreamingContext) | Initializes a new instance of this class with serialized data. |
CorruptIndexException(String) | Constructor. |
CorruptIndexException(String, Exception) | Constructor. |