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 "Rishabh Maurya (JIRA)" <ji...@apache.org> on 2014/11/06 16:02:33 UTC

[jira] [Updated] (OAK-2258) Issue with range queries on Long field

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

Rishabh Maurya updated OAK-2258:
--------------------------------
    Description: 
Running following query gives incomplete result set - 
{code}
//* [(@foo > 0 and @foo <= 10)]
{code}

where foo belongs to an ordered property index.


  was:
Running following query gives incomplete result set - 
{code}
//* [(@foo > 0 and @foo <= 10)]
{code}

where foo is an ordered property index.



> Issue with range queries on Long field
> --------------------------------------
>
>                 Key: OAK-2258
>                 URL: https://issues.apache.org/jira/browse/OAK-2258
>             Project: Jackrabbit Oak
>          Issue Type: Bug
>    Affects Versions: 1.0.8
>            Reporter: Rishabh Maurya
>
> Running following query gives incomplete result set - 
> {code}
> //* [(@foo > 0 and @foo <= 10)]
> {code}
> where foo belongs to an ordered property index.



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