删除索引和索引条目的Cypher命令是什么 [英] What are the Cypher commands to delete index and index entry

查看:75
本文介绍了删除索引和索引条目的Cypher命令是什么的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如果我使用默认的Lucene索引引擎,删除索引的Cypher命令是什么?用Cypher命令删除特定索引中的索引条目是什么?

If I use the default Lucene index engine, what is the Cypher command to delete an index? and what is the Cypher command to delete an index entry within a specific index?

推荐答案

我不知道您的问题是否过时,因为您知道使用的是Neo4j的较新版本,但是在2.2.1版中,有可能删除使用Cypher通过

I do not know if your question is out of date because you know use a newer version of Neo4j but in version 2.2.1 there is the possibility to drop an index using Cypher via

DROP INDEX ON :Label(property)

这篇关于删除索引和索引条目的Cypher命令是什么的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆