Revision [1290]
This is an old revision of MarkLogicRename made by DavidLee on 2010-03-01 15:10:19.
Mark Logic Command: rename
Renames (moves) documents on a Mark Logic server to a new URISynopsis
rename [options] old_uri new_uriDescription
Renames (moves) documents on a Mark Logic server to a new URI-c,-connect uri | Use the connection string instead of $MLCONNECT |
src_uri | URI of the document to move |
target_uri | URI of the target to move to |
Example
Assuming the prefix "ml" is imported as the marklogic module,moves /dir/file1 to /dir2/file2ml:rename /dir/file1 /dir2/file2
MarkLogic Extension Module