Solr输出列表中的所有别名:LISTALIASES
2018-01-02 14:16 更新
/admin/collections?action=LISTALIASES
LISTALIASES操作不带任何参数。
列表响应
输出将包含具有相应集合名称的别名列表。
使用LISTALIASES的例子
使用LISTALIASES操作将会有如下输出:
<response>
<lst name="responseHeader">
<int name="status">0</int>
<int name="QTime">0</int>
</lst>
<lst name="aliases">
<str name="testalias1">collection1</str>
<str name="testalias2">collection2</str>
</lst>
</response>
以上内容是否对您有帮助:
更多建议: