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 "Amit Jain (JIRA)" <ji...@apache.org> on 2014/09/30 09:29:02 UTC

[jira] [Updated] (OAK-2036) getPlan() output for NodeTypeIndex doesn't indicate the index type used

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

Amit Jain updated OAK-2036:
---------------------------
    Fix Version/s:     (was: 1.1)
                   1.1.1

> getPlan() output for NodeTypeIndex doesn't indicate the index type used
> -----------------------------------------------------------------------
>
>                 Key: OAK-2036
>                 URL: https://issues.apache.org/jira/browse/OAK-2036
>             Project: Jackrabbit Oak
>          Issue Type: Bug
>            Reporter: Justin Edelson
>             Fix For: 1.1.1
>
>
> NodeTypeIndex's getPlan() method simply does this:
> {code}
> return filter.toString();
> {code}
> whereas all the other index implementation output their name. This should be changed to, at minimum:
> {code}
> return "nodetype " + filter.toString();
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)