我想将auto_index的默认设置为“to_lower_case”,因此对auto_index的搜索对案例不敏感。我应该怎么做?
试图在手册,论坛等中找到,但没有成功。
此致
答案 0 :(得分:3)
我认为您可以将索引配置为全文索引,以帮助您进行不区分大小写的搜索。
配置:
http://docs.neo4j.org/chunked/stable/rest-api-configurable-auto-indexes.html
http://docs.neo4j.org/chunked/milestone/indexing-create-advanced.html