我是这个MarkLogic DB的新手,到目前为止,我们一直使用它进行XQuery对XML文档的操作。
现在,需求有所变化,需要将json数据以及文档(可能是xml / json)存储到不同的集合中,并使用Java api + spring boot来执行crud操作
以下3个示例集合包含类似于mongo db的json数据
Employee Collection
-------------------
empid,
`emp id json`
Address Collecion
-----------------------
empid,
`address details json`
Documents collection
-----------------
empid ,
`document (xml/json )`
在MarkLogic DB吗?如果是,请帮助我找到解决方法。
并且需要搜索api才能使用Marklogic + Spring boot在上述3个集合中进行过滤
答案 0 :(得分:5)
是的。参见:https://docs.marklogic.com/guide/search-dev/collections (由Google为“ MarkLogic Collections”找到)