0
當我執行查詢「CREATE INDEX ON:Label(propertie);」時,索引不會創建。創建索引返回「什麼都沒有發生」
我試過neo4jshell和瀏覽器(v3.0.4)。
在neo4jshell,它說:
+-------------------+
| No data returned. |
+-------------------+
<Nothing happened>31 ms
和命令 「指數--indexes」 總是返回:
neo4j-sh (?)$ index --indexes
Node indexes:
Relationship indexes:
感謝您的幫助。