关于元素级安全功能
About Element Level Security Feature
我们可以使用元素级安全功能来保护
特定的三元组数据集(或三元组的一部分,例如仅"Objectives")?
我想知道托管和非托管三元组的答案。
Element level security is not implemented for the triple index. However in some scenarios, where the document's security is stronger than the element security on a triple, the protected triple will be added to the triple index. This is because the document's security already covers the protected element. The information contained in the triple is therefore protected at the document level.
Query operations that rely on the triple index (such as SPARQL, SQL, the new version of MarkLogic ODBC, and the Optic API) are not supported by element level security. For content that makes use of the triple index (like semantics and SQL) if a document contains protected elements and the element level security is stronger than the document level security, the query will not return any results.
简而言之,三重索引不支持元素级别的安全性。不要在三元组上使用它。但是,如果您使用它并且文档安全性更强,您将看到返回的三元组。如果你使用它并且元素安全性更强,你将看不到返回的三元组。有关 MarkLogic 如何确定元素级别或文档级别安全性是否更强的更多信息,see the documentation。但说真的,不要将元素级安全应用于三元组,这样你就不会发现自己在调试这些细微差别。
我们可以使用元素级安全功能来保护 特定的三元组数据集(或三元组的一部分,例如仅"Objectives")? 我想知道托管和非托管三元组的答案。
Element level security is not implemented for the triple index. However in some scenarios, where the document's security is stronger than the element security on a triple, the protected triple will be added to the triple index. This is because the document's security already covers the protected element. The information contained in the triple is therefore protected at the document level.
Query operations that rely on the triple index (such as SPARQL, SQL, the new version of MarkLogic ODBC, and the Optic API) are not supported by element level security. For content that makes use of the triple index (like semantics and SQL) if a document contains protected elements and the element level security is stronger than the document level security, the query will not return any results.
简而言之,三重索引不支持元素级别的安全性。不要在三元组上使用它。但是,如果您使用它并且文档安全性更强,您将看到返回的三元组。如果你使用它并且元素安全性更强,你将看不到返回的三元组。有关 MarkLogic 如何确定元素级别或文档级别安全性是否更强的更多信息,see the documentation。但说真的,不要将元素级安全应用于三元组,这样你就不会发现自己在调试这些细微差别。