File tree 1 file changed +10
-1
lines changed
1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -24,10 +24,19 @@ The Java API supports the following core features of the MarkLogic database:
24
24
* Query data structure trees, marked-up text, and all the hybrids in between those extremes.
25
25
* Project values, tuples, and triples from hierarchical documents and aggregate over them.
26
26
* Patch documents with partial updates.
27
- * Match documents against alerting rules expressed as queries.
28
27
* Use Optimistic Locking to detect contention without creating locks on the server.
29
28
* Execute ACID modifications so the change either succeeds or throws an exception.
30
29
* Execute multi-statement transactions so changes to multiple documents succeed or fail together.
30
+ * Call Data Services by means of a Java interface on the client for data functionality
31
+ implemented by an endpoint on the server.
32
+
33
+ ### What's New in Java Client API 5
34
+
35
+ * Splitters for CSV records, for entries in a ZipInputStream, and for line-delimited JSON or XML
36
+ for streaming to WriteBatcher.
37
+ * Support for Bulk IO Data Services to make it easy to implement connectors for dataflow
38
+ frameworks - see https://github.com/marklogic/java-client-api/wiki/Bulk-Data-Services for more
39
+ detail.
31
40
32
41
### What's New in Java Client API 4
33
42
You can’t perform that action at this time.
0 commit comments