私はのNeo4jする新たなんだと私は、単純な問題にこだわっている:neo4jのcreate文の構文で何が問題になっていますか?
create (machine1:host);
match (n) where n.host='machine1' return n;
マッチが失敗しました。説明を使用する場合、私はこれを参照してください:
The provided property key is not in the database
One of the property names in your query is not available in the database, make sure you didn't misspell it or that the label is available when you run this statement in your application (the missing property name is: host)
私は間違って何をしていますか?みんなありがとう。
私が注意する必要があります。私は、そうでない場合は、空の新しいデータベースに対して使用される最初の二行、上記のようにラインを持つバージョン3.2.1のコミュニティ版を使用しています。 – ewm