Bulk update with MarkLogic 8 Patch

Using the ML8 patch functionality, I was able to update the document by providing its URI. But if multiple documents require a patch, say a new child should be added to all XML / JSON documents in the collection, can we do that in ML8!

+3


source to share


1 answer


Currently PATCH on / v1 / documents only targets one page. For bulk updates check out Corb2 .



+1


source







All Articles