创建多元索引后,使用ListSearchIndex接口可以获取当前实例下或某个数据表关联的所有多元索引的列表信息。
前提条件
参数
参数 | 说明 |
---|---|
table_name | 数据表名称,可以为空。
|
示例
for table, index_name in client.list_search_index(table_name):
print table, index_name