Tommu10ve opened a new issue, #2782:
URL: https://github.com/apache/incubator-hugegraph/issues/2782
> @imbajin
> @dosu-bot
>
> graphs/hugegraph/traversers/kneighbor
> ```
>
> {
> "source" : "31:bank.example.com",
> "steps" : {
> "direction" : "BOTH",
> "max_degree" : 10000,
> "skip_degree" : 100000,
> "vertex_steps" : [ {
> "label" : "domain",
> "properties" : {
> "domain" : "P.within(\"紧急响应\", \"钓鱼识别\")"
> }
> } ],
> "edge_steps" : [ {
> "label" : "wll_domain_to_phone",
> "properties" : { }
> }, {
> "label" : "wll_domain_to_contact_person",
> "properties" : { }
> }, {
> "label" : "wll_domain_to_ip",
> "properties" : { }
> }, {
> "label" : "wll_domain_to_email",
> "properties" : { }
> }, {
> "label" : "wll_domain_to_md5",
> "properties" : { }
> } ]
> },
> "max_depth" : 2,
> "count_only" : false,
> "limit" : 10000,
> "with_vertex" : true,
> "with_path" : true,
> "with_edge" : true
> }
> ```
_Originally posted by @Tommu10ve in
[#2781](https://github.com/apache/incubator-hugegraph/issues/2781#issuecomment-2921316752)_
--
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]