Class IndexDiff
- java.lang.Object
-
- org.apache.jackrabbit.oak.index.merge.IndexDiff
-
public class IndexDiff extends Object
The index diff tools allows to compare and merge indexes
-
-
Constructor Summary
Constructors Constructor Description IndexDiff()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static JsonObject
compareIndexesAgainstBase(String directory, String indexBaseFile)
static JsonObject
compareIndexesInFile(Path indexPath, String index1, String index2)
-
-
-
Method Detail
-
compareIndexesAgainstBase
public static JsonObject compareIndexesAgainstBase(String directory, String indexBaseFile)
-
compareIndexesInFile
public static JsonObject compareIndexesInFile(Path indexPath, String index1, String index2)
-
-