Class MergePolicy.MergeException
Exception thrown if there are any problems while executing a merge.
Inheritance
System.Object
MergePolicy.MergeException
Assembly: DistributedLucene.Net.dll
Syntax
public class MergeException : Exception
Constructors
Name | Description |
---|---|
MergeException(Exception, Directory) | Create a MergePolicy.MergeException. |
MergeException(SerializationInfo, StreamingContext) | Initializes a new instance of this class with serialized data. |
MergeException(String) | |
MergeException(String, Directory) | Create a MergePolicy.MergeException. |
Properties
Name | Description |
---|---|
Directory | Returns the Directory of the index that hit the exception. |