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 "Chetan Mehrotra (JIRA)" <ji...@apache.org> on 2017/08/10 04:28:00 UTC

[jira] [Updated] (OAK-6534) Compute indexPaths from index definitions json

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

Chetan Mehrotra updated OAK-6534:
---------------------------------
    Description: 
Currently while adding/updating indexes via {{--index-definitions-file}} (OAK-6471) the index paths are always determined by {{--index-paths}} option. If there are more index definitions present in the json file then those would be ignored.

To avoid confusion following approach should be implemented
* If {{--index-paths}} is specified then use that
* If not and {{--index-definitions-file}} is provided then compute index paths from that
* If both are specified then {{--index-paths}} then merge as user may want to reindex few indexes and also update few others

  was:
Currently while adding/updating indexes via {{--index-definitions-file}} (OAK-6471) the index paths are always determined by {{--index-paths}} option. If there are more index definitions present in the json file then those would be ignored.

To avoid confusion following approach should be implemented
* If {{--index-paths}} is specified then use that
* If not and {{--index-definitions-file}} is provided then compute index paths from that
* If both are specified then {{--index-paths}} takes precendence (no merging done)


> Compute indexPaths from index definitions json
> ----------------------------------------------
>
>                 Key: OAK-6534
>                 URL: https://issues.apache.org/jira/browse/OAK-6534
>             Project: Jackrabbit Oak
>          Issue Type: Improvement
>          Components: run
>            Reporter: Chetan Mehrotra
>            Assignee: Chetan Mehrotra
>            Priority: Minor
>             Fix For: 1.8
>
>
> Currently while adding/updating indexes via {{--index-definitions-file}} (OAK-6471) the index paths are always determined by {{--index-paths}} option. If there are more index definitions present in the json file then those would be ignored.
> To avoid confusion following approach should be implemented
> * If {{--index-paths}} is specified then use that
> * If not and {{--index-definitions-file}} is provided then compute index paths from that
> * If both are specified then {{--index-paths}} then merge as user may want to reindex few indexes and also update few others



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)