Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Gremlin API 是否支持使用大写、小写或任何其他字符串函数,或任何其他允许不区分大小写搜索的设置?
当前的 Gremlin 查询语言没有任何内置于语言中的不区分大小写或正则表达式功能。如果您使用的图形数据库支持在线 lambdas/闭包,那么您可以这样做,但出于安全原因,许多图形数据库会阻止这种情况。Gremlin 文本谓词区分大小写。一些图形数据库支持与外部索引(例如 Elastic Search)集成。在这些情况下,可以进行不区分大小写的搜索。