xdmp.clusterVersionAtLeast

xdmp.clusterVersionAtLeast(
   version as Number
) as Boolean

Summary

Returns true current MarkLogic Server effective version is equal or greater that the version

Parameters
version The version to compare against the cluster's effective version

Example

  xdmp.clusterVersionAtLeast(9000100)
   => true
Powered by MarkLogic Server | Terms of Use | Privacy Policy