Tommu10ve opened a new issue, #2788:
URL: https://github.com/apache/incubator-hugegraph/issues/2788

   ### Bug Type (问题类型)
   
   None
   
   ### Before submit
   
   - [x] 我已经确认现有的 [Issues](https://github.com/apache/hugegraph/issues) 与 
[FAQ](https://hugegraph.apache.org/docs/guides/faq/) 中没有相同 / 重复问题 (I have 
confirmed and searched that there are no similar problems in the historical 
issue and documents)
   
   ### Environment (环境信息)
   
   - Server Version: 1.5.0 (Apache Release Version)
   - Data Size: 小图
   
   
   ### Expected & Actual behavior (期望与实际表现)
   
   ```
   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", P.within("涉案")))
                       .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()
   
   ```
   
   执行以上 gremlin语句,希望通过 **.option("domain", has("tags", P.within("涉案")))** 获取到 
domain 中 tags 集合属性中 包含 **涉案**  数据出来,可是实际上数据有包含 **涉案** 的,但查询条件结构没有, 
是否我的写法存在问题还是图数据库功能不支持?
   
   ### Vertex/Edge example (问题点 / 边数据举例)
   
   ```javascript
   Json 数据
   [
       {
           "id": "59:corporate.mail.system",
           "label": "domain",
           "properties": {
               "text": "corporate.mail.system",
               "type": "domain",
               "domain": "corporate.mail.system",
               "fraudBigCode": "F008",
               "fraudBigType": "钓鱼攻击",
               "fraudTypeCode": "F008-01",
               "fraudType": "伪装邮件",
               "ypBackTime": "2025-05-27T04:20:00Z",
               "disResult": 0,
               "checkTime": "2025-05-27T04:30:00Z",
               "fraudTags": "发件人伪造,可疑流量模式,高频请求异常",
               "caseNumbers": [
                   "CASE20250527054",
                   "CASE20250527055",
                   "CASE20250527056",
                   "CASE20250527050",
                   "CASE20250527051",
                   "CASE20250527052",
                   "CASE20250527053"
               ],
               "ips": [
                   "10.5.0.200",
                   "192.168.12.56",
                   "192.168.12.55",
                   "172.17.0.1",
                   "192.168.2.51",
                   "192.168.3.100",
                   "192.168.2.50"
               ],
               "wisEmails": [
                   "fina...@malicious.org",
                   "i...@fakebank.info",
                   "cont...@scam.biz",
                   "ad...@fakecompany.com",
                   "supp...@phishing-site.net",
                   "h...@spoofed-domain.com",
                   "sa...@bogus.co"
               ],
               "tags": [
                   "涉案",
                   "涉诈",
                   "涉毒",
                   "涉黄",
                   "威胁情报",
                   "限流策略"
               ]
           }
       },
       {
           "id": "59:signup.platform.org",
           "label": "domain",
           "properties": {
               "text": "signup.platform.org",
               "type": "domain",
               "domain": "signup.platform.org",
               "fraudBigCode": "F003",
               "fraudBigType": "引流直播",
               "fraudTypeCode": "F003-02",
               "fraudType": "批量注册",
               "ypBackTime": "2025-05-27T08:50:00Z",
               "disResult": 1,
               "checkTime": "2025-05-27T09:00:00Z",
               "fraudTags": "撞库攻击,批量注册,伪造银行流水",
               "caseNumbers": [
                   "CASE20250527018",
                   "CASE20250527019",
                   "CASE20250527015",
                   "CASE20250527016",
                   "CASE20250527017",
                   "CASE20250527021",
                   "CASE20250527020"
               ],
               "ips": [
                   "192.168.12.54",
                   "10.5.0.200",
                   "192.168.12.53",
                   "192.168.12.55",
                   "192.168.2.51",
                   "192.168.2.50",
                   "192.168.3.100"
               ],
               "wisRegistrants": [
                   "李四",
                   "郑十",
                   "吴九",
                   "王五",
                   "赵六",
                   "陈七",
                   "周八"
               ],
               "wisMobiles": [
                   "18085149890",
                   "18085149891"
               ],
               "wisEmails": [
                   "wan...@qq.com",
                   "zheng...@qq.com",
                   "l...@qq.com",
                   "wu...@qq.com",
                   "zhao...@qq.com",
                   "che...@qq.com",
                   "zho...@qq.com"
               ],
               "tags": [
                   "涉案",
                   "涉诈",
                   "撞库攻击",
                   "网络传销"
               ]
           }
       },
       {
           "id": "59:crypto.exchange.net",
           "label": "domain",
           "properties": {
               "text": "crypto.exchange.net",
               "type": "domain",
               "domain": "crypto.exchange.net",
               "fraudBigCode": "F007",
               "fraudBigType": "合规风险",
               "fraudTypeCode": "F007-02",
               "fraudType": "大额转账",
               "ypBackTime": "2025-05-27T05:30:00Z",
               "disResult": 1,
               "checkTime": "2025-05-27T05:40:00Z",
               "fraudTags": "多层转账规避,伪造银行流水,批量注册",
               "caseNumbers": [
                   "CASE20250527047",
                   "CASE20250527048",
                   "CASE20250527049",
                   "CASE20250527043",
                   "CASE20250527044",
                   "CASE20250527045",
                   "CASE20250527046"
               ],
               "ips": [
                   "10.5.0.200",
                   "192.168.12.56",
                   "192.168.12.55",
                   "192.168.12.52",
                   "192.168.2.51",
                   "192.168.3.100",
                   "192.168.2.50"
               ],
               "wisRegistrants": [
                   "郑十",
                   "李四",
                   "吴九",
                   "王五",
                   "陈六",
                   "周八",
                   "赵七"
               ],
               "wisMobiles": [
                   "18085149895",
                   "18085149893",
                   "18085149894"
               ],
               "wisEmails": [
                   "wan...@qq.com",
                   "zha...@qq.com",
                   "zheng...@qq.com",
                   "wu...@qq.com",
                   "l...@qq.com",
                   "chen...@qq.com",
                   "zho...@qq.com"
               ],
               "tags": [
                   "涉案",
                   "涉诈",
                   "涉黄",
                   "可疑交易"
               ]
           }
       },
       {
           "id": "59:phishing.detected.info",
           "label": "domain",
           "properties": {
               "text": "phishing.detected.info",
               "type": "domain",
               "domain": "phishing.detected.info",
               "fraudBigCode": "F004",
               "fraudBigType": "网络攻击",
               "fraudTypeCode": "F004-04",
               "fraudType": "恶意流量",
               "ypBackTime": "2025-05-27T08:30:00Z",
               "disResult": 0,
               "checkTime": "2025-05-27T08:40:00Z",
               "fraudTags": "可疑流量模式,发件人伪造,高频请求异常",
               "caseNumbers": [
                   "CASE20250527025",
                   "CASE20250527026",
                   "CASE20250527027",
                   "CASE20250527028",
                   "CASE20250527022",
                   "CASE20250527023",
                   "CASE20250527024"
               ],
               "ips": [
                   "192.168.12.56",
                   "192.168.12.52"
               ],
               "tags": [
                   "涉案",
                   "涉诈",
                   "可疑流量模式"
               ]
           }
       },
       {
           "id": "59:payment.gateway.net",
           "label": "domain",
           "properties": {
               "text": "payment.gateway.net",
               "type": "domain",
               "domain": "payment.gateway.net",
               "fraudBigCode": "F002",
               "fraudBigType": "交易欺诈",
               "fraudTypeCode": "F002-01",
               "fraudType": "大额高频交易",
               "ypBackTime": "2025-05-27T09:20:00Z",
               "disResult": 1,
               "checkTime": "2025-05-27T09:30:00Z",
               "fraudTags": "超阈值交易,高频请求异常,多层转账规避",
               "caseNumbers": [
                   "CASE20250527008",
                   "CASE20250527009",
                   "CASE20250527014",
                   "CASE20250527010",
                   "CASE20250527011",
                   "CASE20250527012",
                   "CASE20250527013"
               ],
               "ips": [
                   "10.5.0.200",
                   "10.10.0.101",
                   "192.168.12.52",
                   "172.17.0.1",
                   "192.168.2.51",
                   "192.168.2.50",
                   "192.168.3.100"
               ],
               "wisMobiles": [
                   "18085149893",
                   "18085149894"
               ],
               "tags": [
                   "AML",
                   "涉案",
                   "涉诈",
                   "可疑交易"
               ]
           }
       },
       {
           "id": "59:credit.card.system",
           "label": "domain",
           "properties": {
               "text": "credit.card.system",
               "type": "domain",
               "domain": "credit.card.system",
               "fraudBigCode": "F005",
               "fraudBigType": "支付欺诈",
               "fraudTypeCode": "F005-01",
               "fraudType": "跨境盗刷",
               "ypBackTime": "2025-05-27T07:15:00Z",
               "disResult": 1,
               "checkTime": "2025-05-27T07:25:00Z",
               "fraudTags": "非常用国家交易,多层转账规避,超阈值交易",
               "caseNumbers": [
                   "CASE20250527029",
                   "CASE20250527032",
                   "CASE20250527033",
                   "CASE20250527034",
                   "CASE20250527035",
                   "CASE20250527030",
                   "CASE20250527031"
               ],
               "ips": [
                   "10.5.0.200",
                   "192.168.12.56",
                   "192.168.12.55",
                   "172.17.0.1",
                   "192.168.2.51",
                   "192.168.2.50",
                   "192.168.3.100"
               ],
               "wisRegistrants": [
                   "郑十",
                   "李四",
                   "吴九",
                   "陈六",
                   "王五",
                   "周八",
                   "赵七"
               ],
               "wisMobiles": [
                   "18085149892",
                   "18085149893"
               ],
               "wisEmails": [
                   "wan...@qq.com",
                   "zha...@qq.com",
                   "zheng...@qq.com",
                   "wu...@qq.com",
                   "l...@qq.com",
                   "chen...@qq.com",
                   "zho...@qq.com"
               ],
               "tags": [
                   "AML",
                   "涉案",
                   "涉诈",
                   "实时阻断"
               ]
           }
       },
       {
           "id": "59:loan.approval.system",
           "label": "domain",
           "properties": {
               "text": "loan.approval.system",
               "type": "domain",
               "domain": "loan.approval.system",
               "fraudBigCode": "F009",
               "fraudBigType": "信贷欺诈",
               "fraudTypeCode": "F009-03",
               "fraudType": "虚假收入证明",
               "ypBackTime": "2025-05-27T03:10:00Z",
               "disResult": 1,
               "checkTime": "2025-05-27T03:20:00Z",
               "fraudTags": "伪造银行流水,批量注册,撞库攻击",
               "caseNumbers": [
                   "CASE20250527060",
                   "CASE20250527058",
                   "CASE20250527059",
                   "CASE20250527057",
                   "CASE20250527061",
                   "CASE20250527062",
                   "CASE20250527063"
               ],
               "ips": [
                   "10.5.0.200",
                   "192.168.12.56",
                   "192.168.12.55",
                   "192.168.12.52",
                   "192.168.2.51",
                   "192.168.3.100",
                   "192.168.2.50"
               ],
               "wisRegistrants": [
                   "郑十",
                   "李四",
                   "吴九",
                   "王五",
                   "陈六",
                   "周八",
                   "赵七"
               ],
               "wisMobiles": [
                   "18085149895",
                   "18085149891",
                   "18085149894"
               ],
               "wisEmails": [
                   "wan...@qq.com",
                   "zha...@qq.com",
                   "zheng...@qq.com",
                   "wu...@qq.com",
                   "l...@qq.com",
                   "chen...@qq.com",
                   "zho...@qq.com"
               ],
               "tags": [
                   "涉案",
                   "涉诈",
                   "涉毒",
                   "低风险",
                   "涉黄",
                   "资料核验",
                   "威胁情报",
                   "安全加固"
               ]
           }
       },
       {
           "id": "59:cloudstorage.backup",
           "label": "domain",
           "properties": {
               "text": "cloudstorage.backup",
               "type": "domain",
               "domain": "cloudstorage.backup",
               "fraudBigCode": "F010",
               "fraudBigType": "系统漏洞",
               "fraudTypeCode": "F010-05",
               "fraudType": "数据泄露",
               "ypBackTime": "2025-05-27T02:05:00Z",
               "disResult": 0,
               "checkTime": "2025-05-27T02:15:00Z",
               "fraudTags": "任意文件写入漏洞,Webshell后门,异常登录行为",
               "caseNumbers": [
                   "CASE20250527070",
                   "CASE20250527069",
                   "CASE20250527065",
                   "CASE20250527066",
                   "CASE20250527067",
                   "CASE20250527068",
                   "CASE20250527064"
               ],
               "ips": [
                   "192.168.12.54",
                   "10.10.0.101",
                   "192.168.12.53",
                   "192.168.12.55",
                   "192.168.12.50",
                   "192.168.12.52",
                   "192.168.12.51"
               ],
               "wisRegistrants": [
                   "钱十二",
                   "周十三",
                   "吴十四",
                   "孙十一",
                   "王十六",
                   "郑十五",
                   "李十七"
               ],
               "wisMobiles": [
                   "18085149899"
               ],
               "wisEmails": [
                   "sun...@qq.com",
                   "zhou...@qq.com",
                   "zheng...@qq.com",
                   "li...@qq.com",
                   "qian...@qq.com",
                   "wu...@qq.com",
                   "wang...@qq.com"
               ],
               "tags": [
                   "涉案",
                   "涉诈",
                   "钓鱼识别",
                   "可疑流量模式",
                   "发件人伪造"
               ]
           }
       },
       {
           "id": "59:api.ratelimit.org",
           "label": "domain",
           "properties": {
               "text": "api.ratelimit.org",
               "type": "domain",
               "domain": "api.ratelimit.org",
               "fraudBigCode": "F006",
               "fraudBigType": "滥用攻击",
               "fraudTypeCode": "F006-03",
               "fraudType": "暴力破解",
               "ypBackTime": "2025-05-27T06:45:00Z",
               "disResult": 1,
               "checkTime": "2025-05-27T06:55:00Z",
               "fraudTags": "高频请求异常,可疑流量模式,网络传销",
               "caseNumbers": [
                   "CASE20250527036",
                   "CASE20250527037",
                   "CASE20250527038",
                   "CASE20250527039",
                   "CASE20250527040",
                   "CASE20250527041",
                   "CASE20250527042"
               ],
               "ips": [
                   "10.5.0.200",
                   "192.168.12.56",
                   "192.168.12.55",
                   "192.168.12.52",
                   "192.168.2.51",
                   "192.168.2.50",
                   "192.168.3.100"
               ],
               "tags": [
                   "涉案",
                   "涉诈",
                   "可疑流量模式"
               ]
           }
       },
       {
           "id": "59:bank.example.com",
           "label": "domain",
           "properties": {
               "text": "bank.example.com",
               "type": "domain",
               "domain": "bank.example.com",
               "fraudBigCode": "F001",
               "fraudBigType": "账户异常",
               "fraudTypeCode": "F001-03",
               "fraudType": "异地登录",
               "ypBackTime": "2025-05-27T09:45:00Z",
               "disResult": 1,
               "checkTime": "2025-05-27T09:50:00Z",
               "fraudTags": "异地设备登录,批量注册,超阈值交易",
               "caseNumbers": [
                   "CASE20250527007",
                   "CASE20250527003",
                   "CASE20250527004",
                   "CASE20250527005",
                   "CASE20250527006",
                   "CASE20250527001",
                   "CASE20250527002"
               ],
               "ips": [
                   "192.168.12.54",
                   "192.168.12.53",
                   "192.168.12.56",
                   "192.168.12.55",
                   "192.168.12.50",
                   "192.168.12.52",
                   "192.168.12.51"
               ],
               "wisRegistrants": [
                   "李四",
                   "张三",
                   "吴九",
                   "王五",
                   "赵六",
                   "陈七",
                   "周八"
               ],
               "wisMobiles": [
                   "18085149895",
                   "18085149896"
               ],
               "wisEmails": [
                   "wan...@qq.com",
                   "l...@qq.com",
                   "wu...@qq.com",
                   "zhang...@qq.com",
                   "zhao...@qq.com",
                   "che...@qq.com",
                   "zho...@qq.com"
               ],
               "tags": [
                   "涉案",
                   "涉诈",
                   "涉毒",
                   "引流直播",
                   "涉黄",
                   "可疑流量模式",
                   "网络传销"
               ]
           }
       },
       {
           "id": "58:吴九",
           "label": "contact_person",
           "properties": {
               "name": "吴九",
               "text": "吴九",
               "type": "contact_person",
               "createTime": "2025-06-08 16:20:15"
           }
       },
       {
           "id": "58:李十七",
           "label": "contact_person",
           "properties": {
               "name": "李十七",
               "text": "李十七",
               "type": "contact_person",
               "createTime": "2025-06-08 16:20:25"
           }
       },
       {
           "id": "58:赵六",
           "label": "contact_person",
           "properties": {
               "name": "赵六",
               "text": "赵六",
               "type": "contact_person",
               "createTime": "2025-06-08 16:20:15"
           }
       },
       {
           "id": "58:吴十四",
           "label": "contact_person",
           "properties": {
               "name": "吴十四",
               "text": "吴十四",
               "type": "contact_person",
               "createTime": "2025-06-08 16:20:24"
           }
       },
       {
           "id": "58:周八",
           "label": "contact_person",
           "properties": {
               "name": "周八",
               "text": "周八",
               "type": "contact_person",
               "createTime": "2025-06-08 16:20:15"
           }
       },
       {
           "id": "58:张三",
           "label": "contact_person",
           "properties": {
               "name": "张三",
               "text": "张三",
               "type": "contact_person",
               "createTime": "2025-06-08 16:20:15"
           }
       },
       {
           "id": "58:李四",
           "label": "contact_person",
           "properties": {
               "name": "李四",
               "text": "李四",
               "type": "contact_person",
               "createTime": "2025-06-08 16:20:15"
           }
       },
       {
           "id": "58:赵七",
           "label": "contact_person",
           "properties": {
               "name": "赵七",
               "text": "赵七",
               "type": "contact_person",
               "createTime": "2025-06-08 16:20:23"
           }
       },
       {
           "id": "58:孙十一",
           "label": "contact_person",
           "properties": {
               "name": "孙十一",
               "text": "孙十一",
               "type": "contact_person",
               "createTime": "2025-06-08 16:20:24"
           }
       },
       {
           "id": "58:王五",
           "label": "contact_person",
           "properties": {
               "name": "王五",
               "text": "王五",
               "type": "contact_person",
               "createTime": "2025-06-08 16:20:15"
           }
       },
       {
           "id": "58:陈六",
           "label": "contact_person",
           "properties": {
               "name": "陈六",
               "text": "陈六",
               "type": "contact_person",
               "createTime": "2025-06-08 16:20:23"
           }
       },
       {
           "id": "58:郑十",
           "label": "contact_person",
           "properties": {
               "name": "郑十",
               "text": "郑十",
               "type": "contact_person",
               "createTime": "2025-06-08 16:20:15"
           }
       },
       {
           "id": "58:周十三",
           "label": "contact_person",
           "properties": {
               "name": "周十三",
               "text": "周十三",
               "type": "contact_person",
               "createTime": "2025-06-08 16:20:24"
           }
       },
       {
           "id": "58:钱十二",
           "label": "contact_person",
           "properties": {
               "name": "钱十二",
               "text": "钱十二",
               "type": "contact_person",
               "createTime": "2025-06-08 16:20:24"
           }
       },
       {
           "id": "58:王十六",
           "label": "contact_person",
           "properties": {
               "name": "王十六",
               "text": "王十六",
               "type": "contact_person",
               "createTime": "2025-06-08 16:20:24"
           }
       },
       {
           "id": "58:郑十五",
           "label": "contact_person",
           "properties": {
               "name": "郑十五",
               "text": "郑十五",
               "type": "contact_person",
               "createTime": "2025-06-08 16:20:25"
           }
       },
       {
           "id": "58:陈七",
           "label": "contact_person",
           "properties": {
               "name": "陈七",
               "text": "陈七",
               "type": "contact_person",
               "createTime": "2025-06-08 16:20:15"
           }
       },
       {
           "id": "61:192.168.12.57",
           "label": "ip",
           "properties": {
               "ip": "192.168.12.57",
               "text": "192.168.12.57",
               "type": "ip",
               "belongingPlace": "局域网",
               "isp": "内网IP",
               "createTime": "2025-06-08 16:20:08"
           }
       },
       {
           "id": "61:192.168.3.100",
           "label": "ip",
           "properties": {
               "ip": "192.168.3.100",
               "text": "192.168.3.100",
               "type": "ip",
               "createTime": "2025-06-08 16:20:22"
           }
       },
       {
           "id": "61:10.10.0.101",
           "label": "ip",
           "properties": {
               "ip": "10.10.0.101",
               "text": "10.10.0.101",
               "type": "ip",
               "createTime": "2025-06-08 16:20:22"
           }
       },
       {
           "id": "61:192.168.12.59",
           "label": "ip",
           "properties": {
               "ip": "192.168.12.59",
               "text": "192.168.12.59",
               "type": "ip",
               "belongingPlace": "局域网",
               "isp": "内网IP",
               "createTime": "2025-06-08 16:20:08"
           }
       },
       {
           "id": "61:192.168.12.51",
           "label": "ip",
           "properties": {
               "ip": "192.168.12.51",
               "text": "192.168.12.51",
               "type": "ip",
               "belongingPlace": "局域网",
               "isp": "内网IP",
               "createTime": "2025-06-08 16:20:08"
           }
       },
       {
           "id": "61:192.168.12.60",
           "label": "ip",
           "properties": {
               "ip": "192.168.12.60",
               "text": "192.168.12.60",
               "type": "ip",
               "belongingPlace": "局域网",
               "isp": "内网IP",
               "createTime": "2025-06-08 16:20:08"
           }
       },
       {
           "id": "61:192.168.2.50",
           "label": "ip",
           "properties": {
               "ip": "192.168.2.50",
               "text": "192.168.2.50",
               "type": "ip",
               "createTime": "2025-06-08 16:20:22"
           }
       },
       {
           "id": "61:172.17.0.1",
           "label": "ip",
           "properties": {
               "ip": "172.17.0.1",
               "text": "172.17.0.1",
               "type": "ip",
               "createTime": "2025-06-08 16:20:22"
           }
       },
       {
           "id": "61:192.168.12.50",
           "label": "ip",
           "properties": {
               "ip": "192.168.12.50",
               "text": "192.168.12.50",
               "type": "ip",
               "belongingPlace": "局域网",
               "isp": "内网IP",
               "createTime": "2025-06-08 16:20:08"
           }
       },
       {
           "id": "61:192.168.12.52",
           "label": "ip",
           "properties": {
               "ip": "192.168.12.52",
               "text": "192.168.12.52",
               "type": "ip",
               "belongingPlace": "局域网",
               "isp": "内网IP",
               "createTime": "2025-06-08 16:20:08"
           }
       },
       {
           "id": "61:192.168.12.54",
           "label": "ip",
           "properties": {
               "ip": "192.168.12.54",
               "text": "192.168.12.54",
               "type": "ip",
               "belongingPlace": "局域网",
               "isp": "内网IP",
               "createTime": "2025-06-08 16:20:08"
           }
       },
       {
           "id": "61:192.168.2.51",
           "label": "ip",
           "properties": {
               "ip": "192.168.2.51",
               "text": "192.168.2.51",
               "type": "ip",
               "createTime": "2025-06-08 16:20:22"
           }
       },
       {
           "id": "61:192.168.12.53",
           "label": "ip",
           "properties": {
               "ip": "192.168.12.53",
               "text": "192.168.12.53",
               "type": "ip",
               "belongingPlace": "局域网",
               "isp": "内网IP",
               "createTime": "2025-06-08 16:20:08"
           }
       },
       {
           "id": "61:10.5.0.200",
           "label": "ip",
           "properties": {
               "ip": "10.5.0.200",
               "text": "10.5.0.200",
               "type": "ip",
               "createTime": "2025-06-08 16:20:22"
           }
       },
       {
           "id": "61:192.168.12.58",
           "label": "ip",
           "properties": {
               "ip": "192.168.12.58",
               "text": "192.168.12.58",
               "type": "ip",
               "belongingPlace": "局域网",
               "isp": "内网IP",
               "createTime": "2025-06-08 16:20:08"
           }
       },
       {
           "id": "61:192.168.12.56",
           "label": "ip",
           "properties": {
               "ip": "192.168.12.56",
               "text": "192.168.12.56",
               "type": "ip",
               "belongingPlace": "局域网",
               "isp": "内网IP",
               "createTime": "2025-06-08 16:20:08"
           }
       },
       {
           "id": "61:192.168.12.55",
           "label": "ip",
           "properties": {
               "ip": "192.168.12.55",
               "text": "192.168.12.55",
               "type": "ip",
               "belongingPlace": "局域网",
               "isp": "内网IP",
               "createTime": "2025-06-08 16:20:08"
           }
       },
       {
           "id": "62:b2c3d4e5f6g7h8i9j0k1l2m3n4o5p6q",
           "label": "md5",
           "properties": {
               "domain": "payment.gateway.net",
               "appMd5": "b2c3d4e5f6g7h8i9j0k1l2m3n4o5p6q",
               "appName": "支付网关",
               "appVersion": "2.0.4",
               "checkTime": "2023-05-15T11:15:22Z",
               "text": "b2c3d4e5f6g7h8i9j0k1l2m3n4o5p6q",
               "type": "md5",
               "createTime": "2025-06-08 16:20:00"
           }
       },
       {
           "id": "62:j0k1l2m3n4o5p6q7r8s9t0u1v2w3x4y",
           "label": "md5",
           "properties": {
               "domain": "cloudstorage.backup",
               "appMd5": "j0k1l2m3n4o5p6q7r8s9t0u1v2w3x4y",
               "appName": "云存储备份",
               "appVersion": "6.3.2",
               "checkTime": "2023-05-15T19:15:55Z",
               "text": "j0k1l2m3n4o5p6q7r8s9t0u1v2w3x4y",
               "type": "md5",
               "createTime": "2025-06-08 16:20:01"
           }
       },
       {
           "id": "62:a1b2c3d4e5f6g7h8i9j0k1l2m3n4o5p",
           "label": "md5",
           "properties": {
               "domain": "bank.example.com",
               "appMd5": "a1b2c3d4e5f6g7h8i9j0k1l2m3n4o5p",
               "appName": "网上银行系统",
               "appVersion": "3.2.1",
               "checkTime": "2023-05-15T10:30:00Z",
               "text": "a1b2c3d4e5f6g7h8i9j0k1l2m3n4o5p",
               "type": "md5",
               "createTime": "2025-06-08 16:20:00"
           }
       },
       {
           "id": "62:i9j0k1l2m3n4o5p6q7r8s9t0u1v2w3x",
           "label": "md5",
           "properties": {
               "domain": "loan.approval.system",
               "appMd5": "i9j0k1l2m3n4o5p6q7r8s9t0u1v2w3x",
               "appName": "贷款审批系统",
               "appVersion": "1.9.4",
               "checkTime": "2023-05-15T18:25:40Z",
               "text": "i9j0k1l2m3n4o5p6q7r8s9t0u1v2w3x",
               "type": "md5",
               "createTime": "2025-06-08 16:20:01"
           }
       },
       {
           "id": "62:g7h8i9j0k1l2m3n4o5p6q7r8s9t0u1v",
           "label": "md5",
           "properties": {
               "domain": "crypto.exchange.net",
               "appMd5": "g7h8i9j0k1l2m3n4o5p6q7r8s9t0u1v",
               "appName": "数字资产交易所",
               "appVersion": "2.8.1",
               "checkTime": "2023-05-15T16:10:12Z",
               "text": "g7h8i9j0k1l2m3n4o5p6q7r8s9t0u1v",
               "type": "md5",
               "createTime": "2025-06-08 16:20:01"
           }
       },
       {
           "id": "62:f6g7h8i9j0k1l2m3n4o5p6q7r8s9t0u",
           "label": "md5",
           "properties": {
               "domain": "api.ratelimit.org",
               "appMd5": "f6g7h8i9j0k1l2m3n4o5p6q7r8s9t0u",
               "appName": "API网关管理",
               "appVersion": "3.0.2",
               "checkTime": "2023-05-15T15:20:45Z",
               "text": "f6g7h8i9j0k1l2m3n4o5p6q7r8s9t0u",
               "type": "md5",
               "createTime": "2025-06-08 16:20:01"
           }
       },
       {
           "id": "62:d4e5f6g7h8i9j0k1l2m3n4o5p6q7r8s",
           "label": "md5",
           "properties": {
               "domain": "phishing.detected.info",
               "appMd5": "d4e5f6g7h8i9j0k1l2m3n4o5p6q7r8s",
               "appName": "安全防护系统",
               "appVersion": "5.1.3",
               "checkTime": "2023-05-15T13:45:10Z",
               "text": "d4e5f6g7h8i9j0k1l2m3n4o5p6q7r8s",
               "type": "md5",
               "createTime": "2025-06-08 16:20:00"
           }
       },
       {
           "id": "62:c3d4e5f6g7h8i9j0k1l2m3n4o5p6q7r",
           "label": "md5",
           "properties": {
               "domain": "signup.platform.org",
               "appMd5": "c3d4e5f6g7h8i9j0k1l2m3n4o5p6q7r",
               "appName": "用户注册平台",
               "appVersion": "1.5.0",
               "checkTime": "2023-05-15T12:05:18Z",
               "text": "c3d4e5f6g7h8i9j0k1l2m3n4o5p6q7r",
               "type": "md5",
               "createTime": "2025-06-08 16:20:00"
           }
       },
       {
           "id": "62:h8i9j0k1l2m3n4o5p6q7r8s9t0u1v2w",
           "label": "md5",
           "properties": {
               "domain": "corporate.mail.system",
               "appMd5": "h8i9j0k1l2m3n4o5p6q7r8s9t0u1v2w",
               "appName": "企业邮件系统",
               "appVersion": "7.1.0",
               "text": "h8i9j0k1l2m3n4o5p6q7r8s9t0u1v2w",
               "type": "md5",
               "createTime": "2025-06-08 16:20:01"
           }
       },
       {
           "id": "62:e5f6g7h8i9j0k1l2m3n4o5p6q7r8s9t",
           "label": "md5",
           "properties": {
               "domain": "credit.card.system",
               "appMd5": "e5f6g7h8i9j0k1l2m3n4o5p6q7r8s9t",
               "appName": "信用卡处理系统",
               "appVersion": "4.2.7",
               "checkTime": "2023-05-15T14:30:33Z",
               "text": "e5f6g7h8i9j0k1l2m3n4o5p6q7r8s9t",
               "type": "md5",
               "createTime": "2025-06-08 16:20:00"
           }
       },
       {
           "id": "60:sun...@qq.com",
           "label": "email",
           "properties": {
               "email": "sun...@qq.com",
               "text": "sun...@qq.com",
               "type": "email",
               "createTime": "2025-06-08 16:20:13"
           }
       },
       {
           "id": "60:cont...@scam.biz",
           "label": "email",
           "properties": {
               "email": "cont...@scam.biz",
               "text": "cont...@scam.biz",
               "type": "email",
               "createTime": "2025-06-08 16:20:13"
           }
       },
       {
           "id": "60:zho...@qq.com",
           "label": "email",
           "properties": {
               "email": "zho...@qq.com",
               "text": "zho...@qq.com",
               "type": "email",
               "createTime": "2025-06-08 16:20:13"
           }
       },
       {
           "id": "60:wu...@qq.com",
           "label": "email",
           "properties": {
               "email": "wu...@qq.com",
               "text": "wu...@qq.com",
               "type": "email",
               "createTime": "2025-06-08 16:20:13"
           }
       },
       {
           "id": "60:h...@spoofed-domain.com",
           "label": "email",
           "properties": {
               "email": "h...@spoofed-domain.com",
               "text": "h...@spoofed-domain.com",
               "type": "email",
               "createTime": "2025-06-08 16:20:13"
           }
       },
       {
           "id": "60:zheng...@qq.com",
           "label": "email",
           "properties": {
               "email": "zheng...@qq.com",
               "text": "zheng...@qq.com",
               "type": "email",
               "createTime": "2025-06-08 16:20:13"
           }
       },
       {
           "id": "60:zha...@qq.com",
           "label": "email",
           "properties": {
               "email": "zha...@qq.com",
               "text": "zha...@qq.com",
               "type": "email",
               "createTime": "2025-06-08 16:20:13"
           }
       },
       {
           "id": "60:chen...@qq.com",
           "label": "email",
           "properties": {
               "email": "chen...@qq.com",
               "text": "chen...@qq.com",
               "type": "email",
               "createTime": "2025-06-08 16:20:13"
           }
       },
       {
           "id": "60:zhou...@qq.com",
           "label": "email",
           "properties": {
               "email": "zhou...@qq.com",
               "text": "zhou...@qq.com",
               "type": "email",
               "createTime": "2025-06-08 16:20:13"
           }
       },
       {
           "id": "60:sa...@bogus.co",
           "label": "email",
           "properties": {
               "email": "sa...@bogus.co",
               "text": "sa...@bogus.co",
               "type": "email",
               "createTime": "2025-06-08 16:20:13"
           }
       },
       {
           "id": "60:fina...@malicious.org",
           "label": "email",
           "properties": {
               "email": "fina...@malicious.org",
               "text": "fina...@malicious.org",
               "type": "email",
               "createTime": "2025-06-08 16:20:13"
           }
       },
       {
           "id": "60:li...@qq.com",
           "label": "email",
           "properties": {
               "email": "li...@qq.com",
               "text": "li...@qq.com",
               "type": "email",
               "createTime": "2025-06-08 16:20:13"
           }
       },
       {
           "id": "60:zhao...@qq.com",
           "label": "email",
           "properties": {
               "email": "zhao...@qq.com",
               "text": "zhao...@qq.com",
               "type": "email",
               "createTime": "2025-06-08 16:20:22"
           }
       },
       {
           "id": "60:wu...@qq.com",
           "label": "email",
           "properties": {
               "email": "wu...@qq.com",
               "text": "wu...@qq.com",
               "type": "email",
               "createTime": "2025-06-08 16:20:13"
           }
       },
       {
           "id": "60:qian...@qq.com",
           "label": "email",
           "properties": {
               "email": "qian...@qq.com",
               "text": "qian...@qq.com",
               "type": "email",
               "createTime": "2025-06-08 16:20:13"
           }
       },
       {
           "id": "60:ad...@fakecompany.com",
           "label": "email",
           "properties": {
               "email": "ad...@fakecompany.com",
               "text": "ad...@fakecompany.com",
               "type": "email",
               "createTime": "2025-06-08 16:20:13"
           }
       },
       {
           "id": "60:l...@qq.com",
           "label": "email",
           "properties": {
               "email": "l...@qq.com",
               "text": "l...@qq.com",
               "type": "email",
               "createTime": "2025-06-08 16:20:13"
           }
       },
       {
           "id": "60:wan...@qq.com",
           "label": "email",
           "properties": {
               "email": "wan...@qq.com",
               "text": "wan...@qq.com",
               "type": "email",
               "createTime": "2025-06-08 16:20:13"
           }
       },
       {
           "id": "60:supp...@phishing-site.net",
           "label": "email",
           "properties": {
               "email": "supp...@phishing-site.net",
               "text": "supp...@phishing-site.net",
               "type": "email",
               "createTime": "2025-06-08 16:20:13"
           }
       },
       {
           "id": "60:che...@qq.com",
           "label": "email",
           "properties": {
               "email": "che...@qq.com",
               "text": "che...@qq.com",
               "type": "email",
               "createTime": "2025-06-08 16:20:22"
           }
       },
       {
           "id": "60:i...@fakebank.info",
           "label": "email",
           "properties": {
               "email": "i...@fakebank.info",
               "text": "i...@fakebank.info",
               "type": "email",
               "createTime": "2025-06-08 16:20:13"
           }
       },
       {
           "id": "60:wang...@qq.com",
           "label": "email",
           "properties": {
               "email": "wang...@qq.com",
               "text": "wang...@qq.com",
               "type": "email",
               "createTime": "2025-06-08 16:20:13"
           }
       },
       {
           "id": "60:zhang...@qq.com",
           "label": "email",
           "properties": {
               "email": "zhang...@qq.com",
               "text": "zhang...@qq.com",
               "type": "email",
               "createTime": "2025-06-08 16:20:22"
           }
       },
       {
           "id": "57:18085149894",
           "label": "phone",
           "properties": {
               "phone": "18085149894",
               "text": "18085149894",
               "type": "phone",
               "belongingPlace": "上海市 上海市",
               "isp": "中国电信",
               "createTime": "2025-06-08 16:20:18"
           }
       },
       {
           "id": "57:18085149893",
           "label": "phone",
           "properties": {
               "phone": "18085149893",
               "text": "18085149893",
               "type": "phone",
               "belongingPlace": "江苏省 南京市",
               "isp": "中国联通",
               "createTime": "2025-06-08 16:20:18"
           }
       },
       {
           "id": "57:18085149891",
           "label": "phone",
           "properties": {
               "phone": "18085149891",
               "text": "18085149891",
               "type": "phone",
               "belongingPlace": "广东省 深圳市",
               "isp": "中国移动",
               "createTime": "2025-06-08 16:20:18"
           }
       },
       {
           "id": "57:18085149890",
           "label": "phone",
           "properties": {
               "phone": "18085149890",
               "text": "18085149890",
               "type": "phone",
               "belongingPlace": "北京市 北京市",
               "isp": "中国移动",
               "createTime": "2025-06-08 16:20:18"
           }
       },
       {
           "id": "57:18085149896",
           "label": "phone",
           "properties": {
               "phone": "18085149896",
               "text": "18085149896",
               "type": "phone",
               "belongingPlace": "湖北省 武汉市",
               "isp": "中国移动",
               "createTime": "2025-06-08 16:20:18"
           }
       },
       {
           "id": "57:18085149892",
           "label": "phone",
           "properties": {
               "phone": "18085149892",
               "text": "18085149892",
               "type": "phone",
               "belongingPlace": "浙江省 杭州市",
               "isp": "中国移动",
               "createTime": "2025-06-08 16:20:18"
           }
       },
       {
           "id": "57:18085149895",
           "label": "phone",
           "properties": {
               "phone": "18085149895",
               "text": "18085149895",
               "type": "phone",
               "belongingPlace": "四川省 成都市",
               "isp": "中国联通",
               "createTime": "2025-06-08 16:20:18"
           }
       },
       {
           "id": "57:18085149899",
           "label": "phone",
           "properties": {
               "phone": "18085149899",
               "text": "18085149899",
               "type": "phone",
               "createTime": "2025-06-08 16:20:25"
           }
       }
   ]
   ```
   
   ### Schema [VertexLabel, EdgeLabel, IndexLabel] (元数据结构)
   
   ```javascript
   
{"propertykeys":[{"id":80,"name":"name","data_type":"TEXT","cardinality":"SINGLE","aggregate_type":"NONE","write_type":"OLTP","properties":[],"status":"CREATED","user_data":{"~create_time":"2025-05-27
 
06:26:13.475"}},{"id":81,"name":"domain","data_type":"TEXT","cardinality":"SINGLE","aggregate_type":"NONE","write_type":"OLTP","properties":[],"status":"CREATED","user_data":{"~create_time":"2025-05-27
 
06:26:14.061"}},{"id":84,"name":"fraudTypeCode","data_type":"TEXT","cardinality":"SINGLE","aggregate_type":"NONE","write_type":"OLTP","properties":[],"status":"CREATED","user_data":{"~create_time":"2025-05-27
 
06:26:14.101"}},{"id":85,"name":"fraudType","data_type":"TEXT","cardinality":"SINGLE","aggregate_type":"NONE","write_type":"OLTP","properties":[],"status":"CREATED","user_data":{"~create_time":"2025-05-27
 
06:26:14.111"}},{"id":82,"name":"fraudBigCode","data_type":"TEXT","cardinality":"SINGLE","aggregate_type":"NONE","write_type":"OLTP","properties":[],"status":"CREATED","user_data
 ":{"~create_time":"2025-05-27 
06:26:14.081"}},{"id":83,"name":"fraudBigType","data_type":"TEXT","cardinality":"SINGLE","aggregate_type":"NONE","write_type":"OLTP","properties":[],"status":"CREATED","user_data":{"~create_time":"2025-05-27
 
06:26:14.091"}},{"id":88,"name":"checkTime","data_type":"TEXT","cardinality":"SINGLE","aggregate_type":"NONE","write_type":"OLTP","properties":[],"status":"CREATED","user_data":{"~create_time":"2025-05-27
 
06:26:14.140"}},{"id":89,"name":"fraudTags","data_type":"TEXT","cardinality":"SINGLE","aggregate_type":"NONE","write_type":"OLTP","properties":[],"status":"CREATED","user_data":{"~create_time":"2025-05-27
 
06:26:14.149"}},{"id":86,"name":"ypBackTime","data_type":"TEXT","cardinality":"SINGLE","aggregate_type":"NONE","write_type":"OLTP","properties":[],"status":"CREATED","user_data":{"~create_time":"2025-05-27
 
06:26:14.120"}},{"id":87,"name":"disResult","data_type":"INT","cardinality":"SINGLE","aggregate_type":"NONE","write_type":"OLTP","properties":[
 ],"status":"CREATED","user_data":{"~create_time":"2025-05-27 
06:26:14.129"}},{"id":91,"name":"ips","data_type":"TEXT","cardinality":"SET","aggregate_type":"NONE","write_type":"OLTP","properties":[],"status":"CREATED","user_data":{"~create_time":"2025-05-27
 
06:26:14.167"}},{"id":92,"name":"wisRegistrants","data_type":"TEXT","cardinality":"SET","aggregate_type":"NONE","write_type":"OLTP","properties":[],"status":"CREATED","user_data":{"~create_time":"2025-05-27
 
06:26:14.176"}},{"id":90,"name":"caseNumbers","data_type":"TEXT","cardinality":"SET","aggregate_type":"NONE","write_type":"OLTP","properties":[],"status":"CREATED","user_data":{"~create_time":"2025-05-27
 
06:26:14.158"}},{"id":95,"name":"tags","data_type":"TEXT","cardinality":"SET","aggregate_type":"NONE","write_type":"OLTP","properties":[],"status":"CREATED","user_data":{"~create_time":"2025-05-27
 
06:26:14.206"}},{"id":96,"name":"email","data_type":"TEXT","cardinality":"SINGLE","aggregate_type":"NONE","write_type":"OLTP","prope
 rties":[],"status":"CREATED","user_data":{"~create_time":"2025-05-27 
06:26:15.798"}},{"id":93,"name":"wisMobiles","data_type":"TEXT","cardinality":"SET","aggregate_type":"NONE","write_type":"OLTP","properties":[],"status":"CREATED","user_data":{"~create_time":"2025-05-27
 
06:26:14.185"}},{"id":94,"name":"wisEmails","data_type":"TEXT","cardinality":"SET","aggregate_type":"NONE","write_type":"OLTP","properties":[],"status":"CREATED","user_data":{"~create_time":"2025-05-27
 
06:26:14.195"}},{"id":99,"name":"appName","data_type":"TEXT","cardinality":"SINGLE","aggregate_type":"NONE","write_type":"OLTP","properties":[],"status":"CREATED","user_data":{"~create_time":"2025-05-27
 
06:26:16.966"}},{"id":97,"name":"ip","data_type":"TEXT","cardinality":"SINGLE","aggregate_type":"NONE","write_type":"OLTP","properties":[],"status":"CREATED","user_data":{"~create_time":"2025-05-27
 
06:26:16.368"}},{"id":98,"name":"appMd5","data_type":"TEXT","cardinality":"SINGLE","aggregate_type":"NONE","write_type":"O
 
LTP","properties":[],"status":"CREATED","user_data":{"~create_time":"2025-05-27 
06:26:16.940"}},{"id":74,"name":"phone","data_type":"TEXT","cardinality":"SINGLE","aggregate_type":"NONE","write_type":"OLTP","properties":[],"status":"CREATED","user_data":{"~create_time":"2025-05-27
 
06:26:12.836"}},{"id":77,"name":"belongingPlace","data_type":"TEXT","cardinality":"SINGLE","aggregate_type":"NONE","write_type":"OLTP","properties":[],"status":"CREATED","user_data":{"~create_time":"2025-05-27
 
06:26:12.872"}},{"id":78,"name":"isp","data_type":"TEXT","cardinality":"SINGLE","aggregate_type":"NONE","write_type":"OLTP","properties":[],"status":"CREATED","user_data":{"~create_time":"2025-05-27
 
06:26:12.883"}},{"id":75,"name":"text","data_type":"TEXT","cardinality":"SINGLE","aggregate_type":"NONE","write_type":"OLTP","properties":[],"status":"CREATED","user_data":{"~create_time":"2025-05-27
 
06:26:12.853"}},{"id":76,"name":"type","data_type":"TEXT","cardinality":"SINGLE","aggregate_type":"NONE","w
 
rite_type":"OLTP","properties":[],"status":"CREATED","user_data":{"~create_time":"2025-05-27
 
06:26:12.863"}},{"id":79,"name":"createTime","data_type":"TEXT","cardinality":"SINGLE","aggregate_type":"NONE","write_type":"OLTP","properties":[],"status":"CREATED","user_data":{"~create_time":"2025-05-27
 
06:26:12.892"}},{"id":111,"name":"targetAccount","data_type":"TEXT","cardinality":"SINGLE","aggregate_type":"NONE","write_type":"OLTP","properties":[],"status":"CREATED","user_data":{"~create_time":"2025-05-27
 
11:31:17.979"}},{"id":110,"name":"sourceAccount","data_type":"TEXT","cardinality":"SINGLE","aggregate_type":"NONE","write_type":"OLTP","properties":[],"status":"CREATED","user_data":{"~create_time":"2025-05-27
 
11:31:17.874"}},{"id":109,"name":"fundFlowFlag","data_type":"TEXT","cardinality":"SINGLE","aggregate_type":"NONE","write_type":"OLTP","properties":[],"status":"CREATED","user_data":{"~create_time":"2025-05-27
 11:31:17.649"}},{"id":102,"name":"accountId","data_type":"TEXT","card
 
inality":"SINGLE","aggregate_type":"NONE","write_type":"OLTP","properties":[],"status":"CREATED","user_data":{"~create_time":"2025-05-27
 
11:31:16.884"}},{"id":101,"name":"relation","data_type":"TEXT","cardinality":"SINGLE","aggregate_type":"NONE","write_type":"OLTP","properties":[],"status":"CREATED","user_data":{"~create_time":"2025-05-27
 
06:26:19.070"}},{"id":104,"name":"customerName","data_type":"TEXT","cardinality":"SINGLE","aggregate_type":"NONE","write_type":"OLTP","properties":[],"status":"CREATED","user_data":{"~create_time":"2025-05-27
 
11:31:17.101"}},{"id":103,"name":"bankName","data_type":"TEXT","cardinality":"SINGLE","aggregate_type":"NONE","write_type":"OLTP","properties":[],"status":"CREATED","user_data":{"~create_time":"2025-05-27
 
11:31:16.995"}},{"id":106,"name":"transactionTime","data_type":"DATE","cardinality":"SINGLE","aggregate_type":"NONE","write_type":"OLTP","properties":[],"status":"CREATED","user_data":{"~create_time":"2025-05-27
 11:31:17.324"}},{"id":105,"na
 
me":"amount","data_type":"DOUBLE","cardinality":"SINGLE","aggregate_type":"NONE","write_type":"OLTP","properties":[],"status":"CREATED","user_data":{"~create_time":"2025-05-27
 
11:31:17.207"}},{"id":108,"name":"direction","data_type":"TEXT","cardinality":"SINGLE","aggregate_type":"NONE","write_type":"OLTP","properties":[],"status":"CREATED","user_data":{"~create_time":"2025-05-27
 
11:31:17.537"}},{"id":107,"name":"transactionType","data_type":"TEXT","cardinality":"SINGLE","aggregate_type":"NONE","write_type":"OLTP","properties":[],"status":"CREATED","user_data":{"~create_time":"2025-05-27
 
11:31:17.428"}},{"id":100,"name":"appVersion","data_type":"TEXT","cardinality":"SINGLE","aggregate_type":"NONE","write_type":"OLTP","properties":[],"status":"CREATED","user_data":{"~create_time":"2025-05-27
 
06:26:16.974"}},{"id":113,"name":"importBatchNo","data_type":"TEXT","cardinality":"SINGLE","aggregate_type":"NONE","write_type":"OLTP","properties":[],"status":"CREATED","user_data":{"~create_time
 ":"2025-05-28 
10:24:03.792"}},{"id":112,"name":"importBatchNos","data_type":"TEXT","cardinality":"SET","aggregate_type":"NONE","write_type":"OLTP","properties":[],"status":"CREATED","user_data":{"~create_time":"2025-05-28
 
10:24:01.837"}}],"vertexlabels":[{"id":44,"name":"account","id_strategy":"PRIMARY_KEY","primary_keys":["accountId"],"nullable_keys":[],"index_labels":[],"properties":["importBatchNos","accountId","bankName","customerName"],"status":"CREATED","ttl":0,"enable_label_index":true,"user_data":{"~create_time":"2025-05-29
 
09:47:49.438"}},{"id":59,"name":"domain","id_strategy":"PRIMARY_KEY","primary_keys":["domain"],"nullable_keys":["createTime","fraudBigCode","fraudBigType","fraudTypeCode","fraudType","ypBackTime","disResult","checkTime","fraudTags","caseNumbers","ips","wisRegistrants","wisMobiles","wisEmails","tags"],"index_labels":["domain_by_text","domain_by_tags"],"properties":["text","type","createTime","domain","fraudBigCode","fraudBigType","fraudTypeCode","fraudType
 
","ypBackTime","disResult","checkTime","fraudTags","caseNumbers","ips","wisRegistrants","wisMobiles","wisEmails","tags"],"status":"CREATED","ttl":0,"enable_label_index":true,"user_data":{"~create_time":"2025-06-08
 
08:19:26.073"}},{"id":58,"name":"contact_person","id_strategy":"PRIMARY_KEY","primary_keys":["name"],"nullable_keys":[],"index_labels":["contact_person_by_text"],"properties":["name","text","type","createTime"],"status":"CREATED","ttl":0,"enable_label_index":true,"user_data":{"~create_time":"2025-06-08
 
08:19:25.453"}},{"id":57,"name":"phone","id_strategy":"PRIMARY_KEY","primary_keys":["phone"],"nullable_keys":["belongingPlace","isp"],"index_labels":["phone_by_text"],"properties":["phone","text","type","belongingPlace","isp","createTime"],"status":"CREATED","ttl":0,"enable_label_index":true,"user_data":{"~create_time":"2025-06-08
 
08:19:24.849"}},{"id":62,"name":"md5","id_strategy":"PRIMARY_KEY","primary_keys":["appMd5"],"nullable_keys":["appName","appVersion","checkTime"],"
 
index_labels":["md5_by_text","md5_by_appName"],"properties":["domain","appMd5","appName","appVersion","checkTime","text","type","createTime"],"status":"CREATED","ttl":0,"enable_label_index":true,"user_data":{"~create_time":"2025-06-08
 
08:19:28.314"}},{"id":61,"name":"ip","id_strategy":"PRIMARY_KEY","primary_keys":["ip"],"nullable_keys":["belongingPlace","isp","createTime"],"index_labels":["ip_by_text"],"properties":["ip","text","type","belongingPlace","isp","createTime"],"status":"CREATED","ttl":0,"enable_label_index":true,"user_data":{"~create_time":"2025-06-08
 
08:19:27.743"}},{"id":60,"name":"email","id_strategy":"PRIMARY_KEY","primary_keys":["email"],"nullable_keys":[],"index_labels":["email_by_text"],"properties":["email","text","type","createTime"],"status":"CREATED","ttl":0,"enable_label_index":true,"user_data":{"~create_time":"2025-06-08
 
08:19:27.147"}}],"edgelabels":[{"id":64,"name":"wll_domain_to_md5","edgelabel_type":"NORMAL","source_label":"domain","target_label":"md5","l
 
inks":[{"domain":"md5"}],"frequency":"SINGLE","sort_keys":[],"nullable_keys":["relation"],"index_labels":[],"properties":["relation","createTime"],"status":"CREATED","ttl":0,"enable_label_index":true,"user_data":{"~create_time":"2025-06-08
 
08:19:29.482"}},{"id":63,"name":"wll_domain_to_ip","edgelabel_type":"NORMAL","source_label":"domain","target_label":"ip","links":[{"domain":"ip"}],"frequency":"SINGLE","sort_keys":[],"nullable_keys":["relation"],"index_labels":[],"properties":["relation","createTime"],"status":"CREATED","ttl":0,"enable_label_index":true,"user_data":{"~create_time":"2025-06-08
 
08:19:29.470"}},{"id":62,"name":"wll_domain_to_email","edgelabel_type":"NORMAL","source_label":"domain","target_label":"email","links":[{"domain":"email"}],"frequency":"SINGLE","sort_keys":[],"nullable_keys":["relation"],"index_labels":[],"properties":["relation","createTime"],"status":"CREATED","ttl":0,"enable_label_index":true,"user_data":{"~create_time":"2025-06-08
 08:19:29.456"}},{"id":61
 
,"name":"wll_domain_to_phone","edgelabel_type":"NORMAL","source_label":"domain","target_label":"phone","links":[{"domain":"phone"}],"frequency":"SINGLE","sort_keys":[],"nullable_keys":["relation"],"index_labels":[],"properties":["relation","createTime"],"status":"CREATED","ttl":0,"enable_label_index":true,"user_data":{"~create_time":"2025-06-08
 
08:19:29.446"}},{"id":60,"name":"wll_domain_to_contact_person","edgelabel_type":"NORMAL","source_label":"domain","target_label":"contact_person","links":[{"domain":"contact_person"}],"frequency":"SINGLE","sort_keys":[],"nullable_keys":["relation"],"index_labels":[],"properties":["relation","createTime"],"status":"CREATED","ttl":0,"enable_label_index":true,"user_data":{"~create_time":"2025-06-08
 
08:19:29.422"}},{"id":49,"name":"transfer","edgelabel_type":"NORMAL","source_label":"account","target_label":"account","links":[{"account":"account"}],"frequency":"MULTIPLE","sort_keys":["transactionTime"],"nullable_keys":[],"index_labels":[],"properti
 
es":["importBatchNo","bankName","amount","transactionTime","transactionType","direction","fundFlowFlag","sourceAccount","targetAccount"],"status":"CREATED","ttl":0,"enable_label_index":true,"user_data":{"~create_time":"2025-05-29
 
09:47:49.587","~style":"{\"color\":\"#5c73e6\",\"with_arrow\":true,\"line_type\":\"SOLID\",\"thickness\":\"NORMAL\",\"display_fields\":[\"~id\"],\"join_symbols\":[\"-\"]}"}}],"indexlabels":[{"id":62,"name":"md5_by_appName","base_type":"VERTEX_LABEL","base_value":"md5","index_type":"SEARCH","fields":["appName"],"status":"CREATED","user_data":{"~create_time":"2025-06-08
 
08:19:28.850"}},{"id":61,"name":"md5_by_text","base_type":"VERTEX_LABEL","base_value":"md5","index_type":"SEARCH","fields":["text"],"status":"CREATED","user_data":{"~create_time":"2025-06-08
 
08:19:28.323"}},{"id":60,"name":"ip_by_text","base_type":"VERTEX_LABEL","base_value":"ip","index_type":"SEARCH","fields":["text"],"status":"CREATED","user_data":{"~create_time":"2025-06-08
 08:19:27.753"}},
 
{"id":59,"name":"email_by_text","base_type":"VERTEX_LABEL","base_value":"email","index_type":"SEARCH","fields":["text"],"status":"CREATED","user_data":{"~create_time":"2025-06-08
 
08:19:27.156"}},{"id":58,"name":"domain_by_tags","base_type":"VERTEX_LABEL","base_value":"domain","index_type":"SECONDARY","fields":["tags"],"status":"CREATED","user_data":{"~create_time":"2025-06-08
 
08:19:26.606"}},{"id":57,"name":"domain_by_text","base_type":"VERTEX_LABEL","base_value":"domain","index_type":"SEARCH","fields":["text"],"status":"CREATED","user_data":{"~create_time":"2025-06-08
 
08:19:26.080"}},{"id":56,"name":"contact_person_by_text","base_type":"VERTEX_LABEL","base_value":"contact_person","index_type":"SEARCH","fields":["text"],"status":"CREATED","user_data":{"~create_time":"2025-06-08
 
08:19:25.462"}},{"id":55,"name":"phone_by_text","base_type":"VERTEX_LABEL","base_value":"phone","index_type":"SEARCH","fields":["text"],"status":"CREATED","user_data":{"~create_time":"2025-06-08
 08:19:24.898"
 }}]}
   ```


-- 
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: dev-unsubscr...@hugegraph.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to