
cts:element-attribute-range-query-weight( $query as cts:element-attribute-range-query ) as xs:double
Returns the weight with which the specified query was constructed.
| Parameters | |
|---|---|
| query | A query. |
let $query := cts:element-attribute-range-query(
xs:QName("function"),
xs:QName("name"), ">",
"MarkLogic Corporation")
return cts:element-attribute-range-query-weight($query)
=> 1