java-client-api
java-client-api copied to clipboard
Java client for the MarkLogic enterprise NoSQL database
I am querying documents using a QueryBatcher and applying a transformation using a ApplyTransformListener. After all batches completed, I want to know if any of the batches failed. The JobReport...
We are trying to execute a long running query using withConsistentSnapshot=true. Depending on the configuration of our ML-DB the QueryBatcher may recieve a server error, as soon as the ML-DB...
Newly added optic APIs including op.columnInfo (TBD) 3rd parameter for op.xpath So we can address your issue, please include the following: ### Version of MarkLogic Java Client API See Readme.txt...
facetBy works with namedGroup now, but still throws an error with bucketGroup as below ``` PlanBuilder p = rowMgr.newPlanBuilder(); PlanBuilder.ExportablePlan builtPlan = p.fromLiterals(numberRows) .facetBy( p.bucketGroup(p.xs.string("r"), p.col("r"), p.xs.integerSeq(2,4)) ); ``` The...
So we can address your issue, please include the following: ### Version of MarkLogic Java Client API develop (after 5.3.2 tag release) ### Version of MarkLogic Server 10.0-6 ### Java...
### Version of MarkLogic Java Client API develop ### Version of MarkLogic Server 10.0-2 and nightly 10.0 releases after 10.0-2 releases. ### Java version 9.0.4 ### OS and version Happens...
DELETE requests can now opt into a NOT FOUND error instead of idempotent silence when the document doesn't exist by passing a check=exists uri parameter https://bugtrack.marklogic.com/44116
So we can address your issue, please include the following: ### Version of MarkLogic Java Client API ### Version of MarkLogic Server - 9.0-6.2 ### Java version Run `java -version`...
### Version of MarkLogic Java Client API v5.0.1 ### Version of MarkLogic Server v10.0-2.1 ### Java version openjdk version "11.0.3" 2019-04-16 ### OS and version ProductName: Mac OS X ProductVersion:...
### Version of MarkLogic Java Client API develop ### Version of MarkLogic Server 9.0 nightly server build ### Java version openjdk version "11" 2018-09-25 OpenJDK Runtime Environment 18.9 (build 11+28)...