如何在neo4j中执行通配符搜索?
是否可以在 neo4j 图形数据库中搜索姓名以“A”开头的所有客户? neo4j wiki 有一个关于这个主题的链接,但它已经损坏了, http://wiki.neo4j.org/content/Design_Guide#Searching_by_wildcard
Is it possible to search, say, for all customers whose name starts with "A", in neo4j graph database? The neo4j wiki has a link for this subject but it's broken,
http://wiki.neo4j.org/content/Design_Guide#Searching_by_wildcard
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看看以下页面:
http://docs.neo4j.org/chunked/snapshot/indexing.html
http://docs.neo4j.org/chunked/snapshot/auto-indexing.html
祝你好运!
have a look at the following pages:
http://docs.neo4j.org/chunked/snapshot/indexing.html
http://docs.neo4j.org/chunked/snapshot/auto-indexing.html
good luck!