[
https://issues.apache.org/jira/browse/OAK-8783?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17355081#comment-17355081
]
Thomas Mueller commented on OAK-8783:
-------------------------------------
To merge index definitions:
{noformat}
java -jar oak-run.jar index-diff
--merge <indexDefinitions>.json
--merge-add <newIndexDefinition>.json
--target <targetDirectory>
--index1 <indexToMerge>
{noformat}
> Merge index definitions
> -----------------------
>
> Key: OAK-8783
> URL: https://issues.apache.org/jira/browse/OAK-8783
> Project: Jackrabbit Oak
> Issue Type: Improvement
> Components: indexing
> Reporter: Thomas Mueller
> Assignee: Thomas Mueller
> Priority: Major
> Attachments: OAK-8783-json-1.patch, OAK-8783-v1.patch,
> OAK-8783-v2.patch
>
>
> If there are multiple versions of an index, e.g. asset-2-custom-2 and
> asset-3, then oak-run should be able to merge them to asset-3-custom-1.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)