Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我将不胜感激有关如何对 MarkLogic DataHub 框架插件进行编码以能够在“实例”下输出实体“信息”部分的任何提示(您通常在实体服务中看到)。我认为它应该在 content.sjs 中,但不确定如何编写。谢谢,
您是对的——content.sjs或者content.xqy(取决于您选择使用 JavaScript 还是 XQuery 实现)将信息放入该instance部分。
content.sjs
content.xqy
instance
有关数据中心框架如何工作的高级概述,请查看“工作原理”页面。要了解有关详细信息的更多信息,我鼓励您遵循本教程,尤其是“协调产品数据”步骤。