xdmp:document-forest

xdmp:document-forest(
   $uri as xs:string,
   [$forest-ids as xs:unsignedLong*]
) as xs:unsignedLong?

Summary

Returns the forest ID of the forest in which a document (or a lock or a property) with the specified URI is stored. Otherwise, returns the empty sequence.

Parameters
uri The URI of the document, lock, or property.
forest-ids Restricts the ID(s) of the forest(s) in which this function may return.

Example

xdmp:document-forest("example.xml")
=> 12972338785465832200
Powered by MarkLogic Server | Terms of Use | Privacy Policy