Loading TOC...

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

Stack Overflow iconStack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.