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)

Reply via email to