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/11 14:20:12 UTC

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

Thomas Mueller created OAK-2021:
-----------------------------------

             Summary: 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.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)