Class MergePolicy.MergeException
Exception thrown if there are any problems while executing a merge.
Inheritance
System.Object
MergePolicy.MergeException
Namespace:
Assembly: Lucene.Net.NetCore.dll
Syntax
public class MergeException : SystemException
Constructors
Name | Description |
---|---|
MergeException(Exception, Directory) | |
MergeException(String, Directory) |
Properties
Name | Description |
---|---|
Directory | Returns the Directory of the index that hit the exception. |