【问题标题】:Is there a Solr collection API available for listing solr alias是否有可用于列出 solr 别名的 Solr 集合 API
【发布时间】:2015-08-11 05:16:27
【问题描述】:

我试图仅根据通配符列出某些集合。

有可用的 Solr 集合 API 吗?

【问题讨论】:

    标签: solr solrj


    【解决方案1】:

    不,这不可能,Solr 目前唯一可用的 API 调用是通过执行以下操作列出所有集合:

    http://localhost:8983/solr/admin/collections?action=LIST&wt=json
    

    更多信息-https://cwiki.apache.org/confluence/display/solr/Collections+API#CollectionsAPI-List

    【讨论】:

    • 感谢您的及时回复,目前我正在使用上面提到的列表 api,您能建议我如何查询 solr 以列出我百中的一些特定的十个集合
    猜你喜欢
    • 1970-01-01
    • 2010-12-17
    • 2014-09-21
    • 2021-05-02
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2011-11-07
    • 1970-01-01
    相关资源
    最近更新 更多