Skip to content
This repository was archived by the owner on Nov 9, 2022. It is now read-only.

XQuery API Structured Queries

isubiker edited this page Oct 26, 2011 · 1 revision

XQuery API - Structured Queries

structquery:getCTS(
    $json as element(json:json)?,
    $ignoreRange as xs:string?
) as cts:query?

structquery:getCTSFromParseTree(
    $parseTree as element(json:json),
    $ignoreRange as xs:string?
) as cts:query?

structquery:getParseTree(
    $query as xs:string?
) as element(json:json)?

structquery:valuesForFacet(
    $parseTree as element(json:json),
    $facetName as xs:string
) as xs:string*

Clone this wiki locally