cts.geospatialRegionQueryWeight

cts.geospatialRegionQueryWeight(
   query as cts.geospatialRegionQuery
) as Number

Summary

Returns the weight specified when constructing the input query.

Parameters
query A geospatial region path query.

See Also

Example

cts.geospatialRegionQueryWeight(
  cts.geospatialRegionQuery(
    cts.geospatialRegionPathReference('//item/region'),
    'contains', cts.box(10, 20, 30, 40), [], 2.0)
)

=> 2.0
  
Powered by MarkLogic Server | Terms of Use | Privacy Policy