Uploaded image for project: 'VXQuery (Retired)'
  1. VXQuery (Retired)
  2. VXQUERY-208

Lucene Index Filter for Values

    XMLWordPrintableJSON

Details

    • Task
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • None
    • None
    • None

    Description

      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;

      Attachments

        Issue Links

          Activity

            People

              sjaco002 Steven Jacobs
              prestonc Preston Carman
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated: