personalrank 返回结果不在图中
- Dominant language
- Java
- Stars
- 3.2k
- Forks
- 636
- Avg merge
- 3d 11h
- Merged PRs (30d)
- 14
Description
### Bug Type (问题类型)
rest-api (结果不合预期)
### 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: 0.12.0 (Apache Release Version)
- Backend: RocksDB 1 nodes, HDD or SSD
- OS: xx CPUs, xx G RAM, Ubuntu 2x.x / CentOS 7.x
- Data Size: 10w vertices, 100w edges
### Expected & Actual behavior (期望与实际表现)
curl -X POST -H 'Content-Type: application/json' -d '{"source": "n_1702127759626063874","label": "关键词_描述_时政新闻","alpha": 0.65,"max_depth": 5,"with_label": "SAME_LABEL","sorted": true,"limit": 10}' http://localhost:8080/graphs/hugegraph/traversers/personalrank
{
"n_1673137868762431490":0.010319020817624964,
"n_1673122772107575298":0.010319020817624964,
"n_1673126536017264641":0.010319020817624964,
"n_1673100062237310977":0.009785142565794549,
"n_1673171805165502466":0.009785142565794549,
"n_1673130321410179073":0.009785142565794549,
"n_1673130333338779650":0.009785142565794549,
"n_1701405565497364482":0.000293543221234614,
"n_1701420631248588801":0.0002934492140300502,
"n_1687383052220043266":0.00024459880345798445
}
g.V('n_1673137868762431490') 结果显示不存在
### Vertex/Edge example (问题点 / 边数据举例)
_No response_
### Schema [VertexLabel, EdgeLabel, IndexLabel] (元数据结构)
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.