Questions tagged [marklogic-9]

Indicates questions specific to MarkLogic 9; use with the MarkLogic tag but not in place of.

Apply to questions that are specific to MarkLogic 9. This tag should be used in addition to the MarkLogic tag, which has many more followers. (If you have other other tags and have to choose between this one and MarkLogic, use the MarkLogic tag instead.)

472 questions
-1
votes
1 answer

How to import all documents from one DB to another DB in marklogic?

how can i export all documents from one DB to another DB in marklogic? I mean from one environment to another environment. Like SIT to UAT. Which is the best way to do it?
-1
votes
1 answer

How to get file from a filesystem and pass it to my transformation using write batcher?

I need to fetch a json document from a filesystem using write batcher and pass it to my transformation through dmsdk. How can I do this? How can I add file to batcher?
-1
votes
1 answer

How to transform my URI to have system date as well in MLCP

The uri is getting generated based on a unique key in my delimited input. But, for versioning of document to work , I require it to have system dateTime also. Can anyone help?
-1
votes
1 answer

How to have entity relationships in MarkLogic

How can one represent foreign key and primary key relationships between documents in MarkLogic like done between tables/records in relational databases?
lsk
  • 133
  • 1
  • 5
-2
votes
3 answers

MarkLogic 10 - managed document throwing exception on dls:document-checkout-update-checkin

I have managed document named 123456.xml and I am trying to update it with dls library function as below, declare variable $uri:= "/abc/123456_xml_versions/1-123456.xml"; dls:document-is-managed($uri), dls:document-checkout-update-checkin($uri,…
IAM
  • 11
  • 4
-2
votes
1 answer

Reactive approach of Marklogic database

Does Marklogic supports backpressure or allow to send data in chunks that is reactive approach ?
-2
votes
1 answer

MarkLogic 9 transaction behaviour workaround

Consider this code: xquery version "1.0-ml"; let $_ := xdmp:document-insert("/private/test.xml", ) let $doc := fn:doc( "/private/test.xml" ) return $doc The document /private/test.xml does not exist before execution. I expect this…
Kemal Erdogan
  • 1,060
  • 1
  • 9
  • 19
1 2 3
31
32