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.
このように始まる暗号クエリで .net neo4j クライアントを使用したいと思います
START n=node:node_auto_index('facebookId:("123", "456", "789")')
CypherStartBitWithNodeIndexLookup任意の lucene クエリ文字列ではなく、キーとオブジェクトの値が必要であることに気付きました。
CypherStartBitWithNodeIndexLookup
.net neo4j クライアントを使用してこれを行うにはどうすればよいですか?
代わりにCypherStartBitWithNodeIndexLookupWithSingleParameterを使用してください。