MarkLogic Java客户端API 通过该API,可以轻松地在数据库中编写,读取,删除和查找文档。 例如: // write a text, binary, XML, or JSON document from any source with ACID guarantees documentManager.write(uri, new FileHandle() .with(new File("file1234.json")) .withFormat(JSON)); // read and directly parse to your preferred ty