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