xdmp.forestClear( forestIDs as (Number|String)[] ) as null
Clears forest data files, including all stands and journals.
If any of the forests being cleared are attached to the context database,
then
xdmp.forestClear
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.forestClear
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. |
http://marklogic.com/xdmp/privileges/xdmp-forest-clear
http://marklogic.com/xdmp/privileges/xdmp-forest-clear/forest/{id}
http://marklogic.com/xdmp/privileges/xdmp-forest-clear/database/{id}
xdmp.forestClear(11183608861595735720)
Stack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.