Tommu10ve commented on issue #2788: URL: https://github.com/apache/incubator-hugegraph/issues/2788#issuecomment-2953777706
> ``` > g.V("59:bank.example.com") > .emit(loops().is(gt(0))) > .repeat(bothE("wll_domain_to_md5","wll_domain_to_ip","wll_domain_to_email","wll_domain_to_phone","wll_domain_to_contact_person") > .otherV() > .where( __.choose(label()) > .option("domain", has("tags", CONTAINS, "涉案"))) > .option("contact_person", has("text", P.within("吴九","周八"))) > .option("ip", has("text", P.within("192.168.12.52","192.168.12.55"))) > .option(none, constant(true)) ) > .simplePath()) > .times(2) > .dedup() > .path() > ``` > > 修改成` .option("domain", has("tags", CONTAINS, "涉案"))` 后,运行报错 非法的 Gremlin 语句,详细信息: startup failed: Script750.groovy: 10: expecting EOF, found ')' @ line 10, column 27. .simplePath()) ^ 1 error @dosu-bot 回答用户问题 -- 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: issues-unsubscr...@hugegraph.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@hugegraph.apache.org For additional commands, e-mail: issues-h...@hugegraph.apache.org