Apache Lucene.Net 2.4.0 Class Library API

CorruptIndexException Class

This exception is thrown when Lucene detects an inconsistency in the index.

For a list of all members of this type, see CorruptIndexException Members.

System.Object
   System.Exception
      System.SystemException
         System.IO.IOException
            Lucene.Net.Index.CorruptIndexException

public class CorruptIndexException : IOException

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: Lucene.Net.Index

Assembly: Lucene.Net (in Lucene.Net.dll)

See Also

CorruptIndexException Members | Lucene.Net.Index Namespace