I just want to extract a bunch of docs from MarkLogic as a result a single XQuery. Because the result might is huge ( thoundsand of docs) I thought of this asynch way. Thank On Wed, Sep 27, 2017 at 16:35, Dave Cassel<[email protected]> wrote: More specifically, do you mean you want to read a bunch of documents from some other source and insert them into MarkLogic? Or are you looking to make changes to a bunch of documents already in MarkLogic? Do you want to do so asynchronously because there will be too many for a single transaction? -- Dave Cassel, @dmcassel Technical Community ManagerMarkLogic Corporation http://developer.marklogic.com/ From: <[email protected]> on behalf of Shmennen <[email protected]> Reply-To: "[email protected]" <[email protected]>, MarkLogic Developer Discussion <[email protected]> Date: Tuesday, September 26, 2017 at 11:37 PM To: Justin Makeig <[email protected]>, MarkLogic Developer Discussion <[email protected]> Subject: Re: [MarkLogic Dev General] XQuery in async multidoc operations
Hello, I want to trigger bulk read/ write operations to MarkLogic into an asynch fashion using XQuery. I thought using asynch multi doc operations would be a fit but I did not find any XQuery examples for them. RegardsPaul On Tue, Sep 26, 2017 at 21:49, Justin Makeig<[email protected]> wrote:Rather than describing your solution, can you tell us about the problem you’re trying to solve? Are you trying to do a bulk transformation? Justin -- Justin Makeig Senior Director, Product Management MarkLogic [email protected] > On Sep 26, 2017, at 10:02 AM, Shmennen <[email protected]> wrote: > > Hello All, > > Is there any option to perform XQueries in asynchronous multidocument >operations? Based on dochttps://docs.marklogic.com/guide/java/data-movement I >cannot find anything useful. > > Thanks > Paul JP. > _______________________________________________ > General mailing list > [email protected] > Manage your subscription at: > http://developer.marklogic.com/mailman/listinfo/general _______________________________________________ General mailing list [email protected] Manage your subscription at: http://developer.marklogic.com/mailman/listinfo/general
_______________________________________________ General mailing list [email protected] Manage your subscription at: http://developer.marklogic.com/mailman/listinfo/general
