1
我希望能夠在一個Neo4j的泊塢窗容器全文檢索全文檢索,並跟隨這名:https://neo4j.com/developer/kb/fulltext-search-in-neo4j/的Neo4j如何啓用泊塢窗
我設置config目錄下爲卷。有沒有辦法轉儲conf/neo4j.properties來查看當前的內容?不知道這是甚至是一件事,或者如果我只需要創建該文件。我試着創建文件,然後附加到正在運行的docker容器並運行neo4j-shell並運行index --get-config node_auto_index
,但只是說No such node index 'node_auto_index'
。
我也只是試圖把
# Enable auto-indexing for nodes, default is false.
node_auto_indexing=true
Then in the same file add the node property keys to be auto-indexed.
# The node property keys to be auto-indexed, if enabled.
node_keys_indexable=name,title,tagline
在neo4j.conf文件的底部,我創建它的轉儲之後。
任何建議或任何人都成功地做到了這一點?
謝謝!