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.
是否可以通过 SQL2 查询选择节点祖先? 例如 我有:/content/categories/sport/football 节点 要选择:/content、/content/categories、/content/categories/sport 节点
你可以,但假设你在这些级别上有其他兄弟姐妹,这不是很容易或动态的。Node老实说,仅使用这些方法走上祖先可能会更容易且性能更高。请记住,您可以获取NodeJCR-SQL2 查询结果中每一行的对象。
Node
或者,如果您只想要祖先的路径,那么您可以从结果节点的路径中隐式获取这些路径(例如,/content/categories/sport nodes)。
/content/categories/sport nodes