neo4j如何在全文搜索中索引所有节点和关系?

时间:2020-09-08 09:42:05

标签: neo4j neo4j-apoc

我想在neo4j全文搜索中索引所有节点及其与其所有属性的关系,但是我无法这样做。呼叫db.index.fulltext.createNodeIndex(“ indexing”,[“ ”],[“ ”])

1 个答案:

答案 0 :(得分:0)

我认为使用createNodeIndex时,您无法简单地尝试调用所有节点和字段。您需要显式调用您感兴趣的节点和属性。如果尚未找到,请在此处查看文档。 https://neo4j.com/docs/cypher-manual/current/administration/indexes-for-full-text-search/