You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-issues@jackrabbit.apache.org by "Nitin Gupta (Jira)" <ji...@apache.org> on 2022/12/21 03:40:00 UTC

[jira] [Closed] (OAK-9907) Allow comparing indexes in the same file

     [ https://issues.apache.org/jira/browse/OAK-9907?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nitin Gupta closed OAK-9907.
----------------------------

> Allow comparing indexes in the same file
> ----------------------------------------
>
>                 Key: OAK-9907
>                 URL: https://issues.apache.org/jira/browse/OAK-9907
>             Project: Jackrabbit Oak
>          Issue Type: Improvement
>          Components: indexing, oak-run
>            Reporter: Thomas Mueller
>            Assignee: Thomas Mueller
>            Priority: Major
>             Fix For: 1.46.0
>
>
> Currently the oak-run command "index-diff" only allows "bulk" compare, that is compares all entries in a directory.
> What is missing is a simpler version of that, which can work for files.
> Example:
> {noformat}
> java -jar target/oak-run-1.45-SNAPSHOT.jar index-diff 
>   --compare target/temp/indexes.json 
>   --index1 "/oak:index/lucene-2" 
>   --index2 "/oak:index/lucene-2-custom-1" 
> {noformat}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)