You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@vxquery.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2017/08/28 17:47:00 UTC

[jira] [Commented] (VXQUERY-208) Lucene Index Filter for Values

    [ https://issues.apache.org/jira/browse/VXQUERY-208?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16144117#comment-16144117 ] 

ASF subversion and git services commented on VXQUERY-208:
---------------------------------------------------------

Commit 8933a875e17e8ff6562ab2725b77503a13cd587c in vxquery's branch refs/heads/master from [~pavlopoul]
[ https://git-wip-us.apache.org/repos/asf?p=vxquery.git;h=8933a87 ]

[VXQUERY-208] Lucene Index Filters

1) Lucene Index Filter for Values
2) Lucene Index Filter for Attributes


> Lucene Index Filter for Values
> ------------------------------
>
>                 Key: VXQUERY-208
>                 URL: https://issues.apache.org/jira/browse/VXQUERY-208
>             Project: VXQuery
>          Issue Type: Task
>            Reporter: Preston Carman
>            Assignee: Steven Jacobs
>
> Currently the Lucene filters for child path steps. Extend this option to include filters for specified values.
> Example index query:
> for $x in collection-from-index('data/books', '/bookstore/book/price', '>40')
> return $x;
> Example non-indexed:
> for $x in collection('data/books')/bookstore/book/price
> where $x>40
> return $x;



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)