更新时间:2024-04-17 GMT+08:00
查询索引
您可以使用GES提供的接口查询索引。示例代码如下:
public static void excuteQueryIndex(GraphClient graphClient) throws ApiException { //查询该图上的所有索引 QueryIndexResult result = graphClient.queryIndex(); System.out.print(result); }
父主题: 使用业务面SDK