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/11/03 12:39:33 UTC

[jira] [Updated] (OAK-2249) Aggregate/Lucene fails in applying a mix of "and", "or" conditions

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

Davide Giannella updated OAK-2249:
----------------------------------
    Attachment: OAK-2249-test.patch

Attaching [^OAK-2249-test.patch] which reproduce the use case

> Aggregate/Lucene fails in applying a mix of "and", "or" conditions
> ------------------------------------------------------------------
>
>                 Key: OAK-2249
>                 URL: https://issues.apache.org/jira/browse/OAK-2249
>             Project: Jackrabbit Oak
>          Issue Type: Bug
>          Components: query
>    Affects Versions: 1.2
>            Reporter: Davide Giannella
>             Fix For: 1.2
>
>         Attachments: OAK-2249-test.patch
>
>
> When performing a query like 
> {noformat}
>         //element(*, test:Asset)[
>             (
>                 jcr:contains(., 'summer')
>                 or
>                 jcr:content/metadata/@tags = 'namespace:season/summer'
>             ) and
>                 jcr:contains(jcr:content/metadata/@format, 'image')
>             ]
> {noformat}
> The Lucene/Aggregate returns as well nodes that does not match all the
> criterias.



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