Revision [967]

This is an old revision of MarkLogicDeldir made by DavidLee on 2009-11-25 04:10:10.

 

Mark Logic Command: deldir

Deletes documents on a Mark Logic server

Synopsis

deldir [-c uri|-connect uri] dir [dir ...]

Description

Deletes directories and all documents under that directory residing on a Mark Logic server.
Directories are specified by the URI used to store the document and should end in a /

-connect uri
-c uri
Use the connection string instead of $MLCONNECT
dir uri of the directory to delete

Directories should end in a /

Example

Assuming the prefix "ml" is imported as the marklogic module, delete the test.xml document

ml:deldir /MyDir/


To delete a fileuse del

Implementation


del is implemented as an xsh script which simply calls query. The source of the script is

import module ml=org.xmlsh.marklogic 
for uri ; do
   ml:query -q "xdmp:document-delete(\"$uri\")"
done








MarkLogic Extension Module
There are no comments on this page.
Valid XHTML :: Valid CSS: :: Powered by WikkaWiki