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.
我正在使用红宝石neography
neography
我基于标签Client和键名创建了模式索引client_name
Client
client_name
我想获得节点client_name => "some name"
client_name => "some name"
如何根据架构索引和 client_name 作为键获取节点。不是搜索哪个可以返回多个,而是像上面那样指定键/值对?