Skip to content

XQuery API CTS Query Extensions

isubiker edited this page Oct 26, 2011 · 1 revision

XQuery API - CTS Query Extensions

search:bucketLabelToQuery(
    $index as element(index),
    $bucketLabel as xs:string,
    [$options as xs:string*]
) as cts:query?

search:rangeValueToQuery(
    $index as element(index),
    $values as xs:string*,
    [$operator as xs:string,]
    [$options as xs:string*]
) as cts:query?

search:placeValueToQuery(
    $index as element(index),
    $value as xs:string*,
    [$options as xs:string*,]
    [$weight as xs:double?]
) as cts:query?

search:rangeIndexValues(
    $index as element(index),
    $query as cts:query?,
    $options as xs:string*,
    $limit as xs:positiveInteger,
    $valuesInQuery as xs:string*,
    $outputFormat as xs:string
) as xs:string*

search:bucketIndexValues(
    $index as element(index),
    $query as cts:query?,
    $options as xs:string*,
    $limit as xs:positiveInteger,
    $valuesInQuery as xs:string*,
    $outputFormat as xs:string
) as element()?

search:getBucketsForIndex(
    $index as element(index)
) as xs:anySimpleType*
Clone this wiki locally