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 句を使用して機能させることはできません。
いいえ。インデックス ルックアップで式を使用することはできません。