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 "Davide Giannella (JIRA)" <ji...@apache.org> on 2014/10/16 11:44:33 UTC

[jira] [Updated] (OAK-2202) OrderedIndex should not return the whole index on property=$value statement

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

Davide Giannella updated OAK-2202:
----------------------------------
    Affects Version/s:     (was: 1.2)

> OrderedIndex should not return the whole index on property=$value statement
> ---------------------------------------------------------------------------
>
>                 Key: OAK-2202
>                 URL: https://issues.apache.org/jira/browse/OAK-2202
>             Project: Jackrabbit Oak
>          Issue Type: Bug
>          Components: query
>    Affects Versions: 1.0, 1.0.7
>            Reporter: Davide Giannella
>            Assignee: Davide Giannella
>             Fix For: 1.2
>
>
> When issuing a query like 
> {code:sql}
> SELECT * FROM [nt:base] WHERE property='abc'
> {code}
> the ContentStrategy returns the whole index to be then filtered by the
> query engine. It will make a big difference to return only the actual
> requested values (if any).



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