cts.similarQueryWeight

cts.similarQueryWeight(
   query as cts.similarQuery
) as Number

Summary

Returns the weight with which the specified query was constructed.

Parameters
query A query.

Example

const query = cts.similarQuery(cts.doc("/mydoc.xml"));
cts.similarQueryWeight(query);

Powered by MarkLogic Server | Terms of Use | Privacy Policy