xdmp:cluster-version-at-least

xdmp:cluster-version-at-least(
   $version as xs:unsignedInt
) as xs: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:cluster-version-at-least(9000100)
   => true
Powered by MarkLogic Server | Terms of Use | Privacy Policy