Revision [1291]
This is an old revision of MarkLogicRename made by DavidLee on 2010-03-01 15:11:22.
Mark Logic Command: rename
Renames (moves) documents on a Mark Logic server to a new URISynopsis
rename [options] src targetDescription
Renames (moves) documents on a Mark Logic server to a new URI-c,-connect uri | Use the connection string instead of $MLCONNECT |
src | URI of the document to move |
target | 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