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/09 04:28:00 UTC

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

Chetan Mehrotra created OAK-6534:
------------------------------------

             Summary: 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}} takes precendence (no merging done)



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