如何为auto_index配置to_lower_case属性

时间:2013-03-28 05:47:31

标签: neo4j

我想将auto_index的默认设置为“to_lower_case”,因此对auto_index的搜索对案例不敏感。我应该怎么做?

试图在手册,论坛等中找到,但没有成功。

此致

1 个答案:

答案 0 :(得分:3)

我认为您可以将索引配置为全文索引,以帮助您进行不区分大小写的搜索。

配置:

http://docs.neo4j.org/chunked/stable/rest-api-configurable-auto-indexes.html

http://docs.neo4j.org/chunked/milestone/indexing-create-advanced.html