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 "Thomas Mueller (JIRA)" <ji...@apache.org> on 2014/08/13 09:28:12 UTC

[jira] [Resolved] (OAK-2021) XPath queries with certain combinations of "or" conditions don't use an index

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

Thomas Mueller resolved OAK-2021.
---------------------------------

    Resolution: Fixed

> XPath queries with certain combinations of "or" conditions don't use an index
> -----------------------------------------------------------------------------
>
>                 Key: OAK-2021
>                 URL: https://issues.apache.org/jira/browse/OAK-2021
>             Project: Jackrabbit Oak
>          Issue Type: Bug
>          Components: query
>    Affects Versions: 1.0
>            Reporter: Thomas Mueller
>            Assignee: Thomas Mueller
>             Fix For: 1.1, 1.0.5
>
>
> XPath queries with the following conditions are not converted to "union" SQL-2 queries and therefore don't use an index:
> {noformat}
> /jcr:root/content//*[((@i = '1' or @i = '2') or (@s = 'x')) and (@t = 'a' or @t = 'b')]
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.2#6252)