dosubot[bot] commented on issue #2572: URL: https://github.com/apache/incubator-hugegraph/issues/2572#issuecomment-2226736081
<!-- Answer --> 目前在 HugeGraph 的 Gremlin、Cypher 或 RESTful API 接口中,尚未找到明确的计划或时间表来支持 `CONTAINS` 或正则表达式(regex)函数接口。不过,您可以通过插件机制来扩展这些功能。 例如,您可以使用 `org.apache.hugegraph.opencypher.CypherPlugin` 插件来添加自定义谓词和函数,从而增强 Cypher 查询的能力,包括更高级的文本搜索操作 <sup>[[1]](https://github.com/apache/incubator-hugegraph/blob/master/hugegraph-server/hugegraph-api/src/main/resources/META-INF/services/org.apache.tinkerpop.gremlin.jsr223.GremlinPlugin)</sup><sup>[[2]](https://github.com/apache/incubator-hugegraph/blob/master/hugegraph-server/hugegraph-api/src/main/java/org/apache/hugegraph/opencypher/CypherPlugin.java)</sup>。 此外,您还可以实现自定义的分词器和注册自定义分词器来支持更高级的文本搜索功能,如正则表达式或全文搜索 <sup>[[3]](https://github.com/apache/incubator-hugegraph-doc/blob/master/content/en/docs/guides/custom-plugin.md)</sup><sup>[[4]](https://github.com/apache/incubator-hugegraph-doc/blob/master/content/cn/docs/guides/custom-plugin.md)</sup>。 如果您有进一步的需求或问题,建议您关注 HugeGraph 的更新和社区讨论,以获取最新的开发计划和功能支持。 <!-- Dosu Comment Footer --> *To continue talking to [Dosu](https://dosu.dev), mention @dosu.* -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
