Loading TOC...

xdmp:forest-clear

xdmp:forest-clear(
   $forestIDs as xs:unsignedLong*
) as empty-sequence()

Summary

Clears forest data files, including all stands and journals.

If any of the forests being cleared are attached to the context database, then xdmp:forest-clear is run asynchronously, returning immediately but doing the clear in a background thread.

If the forest being cleared is not attached to the context database, it is run synchronously and will block until it returns.

The xdmp:forest-clear function is not transactional, and the best practice is to not call it in a transaction that is also doing updates.

Parameters
forestIDs The IDs of the forests to clear. If a forest has replica forests, the replicas are cleared as well.

Required Privileges

http://marklogic.com/xdmp/privileges/xdmp-forest-clear

Example

xdmp:forest-clear(11183608861595735720)

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