File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 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:
2424* Query data structure trees, marked-up text, and all the hybrids in between those extremes.
2525* Project values, tuples, and triples from hierarchical documents and aggregate over them.
2626* Patch documents with partial updates.
27- * Match documents against alerting rules expressed as queries.
2827* Use Optimistic Locking to detect contention without creating locks on the server.
2928* Execute ACID modifications so the change either succeeds or throws an exception.
3029* 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.
3140
3241### What's New in Java Client API 4
3342
You can’t perform that action at this time.
0 commit comments