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.
我正在使用 Neo4j 1.9.2,我想搜索一个索引,给定在同一密码查询中找到的参数,例如:
START x=node:x_idx(p='abc'), y=node:y_idx(id:{ID(x)}) RETURN y
有可能的?我无法使用 WITH 子句使其工作。
不,您根本不能在索引查找中使用表达式。