You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@vxquery.apache.org by "Preston Carman (JIRA)" <ji...@apache.org> on 2016/05/27 22:33:12 UTC

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

Preston Carman created VXQUERY-208:
--------------------------------------

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