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