Class MergePolicy.MergeException

    • Constructor Detail

      • MergeException

        public MergeException​(String message,
                              Directory dir)
        Create a MergeException.
      • MergeException

        public MergeException​(Throwable exc,
                              Directory dir)
        Create a MergeException.
    • Method Detail

      • getDirectory

        public Directory getDirectory()
        Returns the Directory of the index that hit the exception.