gpt4 book ai didi

janusgraph - 如何在 Janusgraph 中获取索引键列表?

转载 作者:行者123 更新时间:2023-12-01 10:21:00 24 4
gpt4 key购买 nike

在 Titan 中,我可以使用这个 stackoverflow 帖子获得索引键列表 - https://stackoverflow.com/a/18497954/1647476 .我们改用 Janusgraph 0.2.0。有谁知道如何在 Janusgraph 中获取索引键列表?

谢谢。

最佳答案

在 Gremlin 控制台中

mgmt = graph.openManagement()
mgmt.getGraphIndexes(Vertex.class)

它将返回一个索引名称列表。如果您想知道哪些字段键与特定索引关联:

mgmt.getGraphIndex('my_index_name').getFieldKeys()

请访问this gist有关架构描述的详细信息

关于janusgraph - 如何在 Janusgraph 中获取索引键列表?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52636111/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com