Class IndexFormatTooOldException
This exception is thrown when Lucene detects an index that is too old for this Lucene version
Assembly: DistributedLucene.Net.dll
Syntax
public class IndexFormatTooOldException : CorruptIndexException
Constructors
Name | Description |
---|---|
IndexFormatTooOldException(DataInput, Int32, Int32, Int32) | Creates an IndexFormatTooOldException. @lucene.internal |
IndexFormatTooOldException(DataInput, String) | Creates an IndexFormatTooOldException. @lucene.internal |
IndexFormatTooOldException(SerializationInfo, StreamingContext) | Initializes a new instance of this class with serialized data. |
IndexFormatTooOldException(String) | |
IndexFormatTooOldException(String, Int32, Int32, Int32) | Creates an IndexFormatTooOldException. @lucene.internal |
IndexFormatTooOldException(String, String) | Creates an IndexFormatTooOldException. @lucene.internal |