You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Shawn Heisey (JIRA)" <ji...@apache.org> on 2013/07/25 21:13:48 UTC

[jira] [Commented] (SOLR-5076) Make it possible to get list of collections with CollectionsHandler

    [ https://issues.apache.org/jira/browse/SOLR-5076?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13719919#comment-13719919 ] 

Shawn Heisey commented on SOLR-5076:
------------------------------------

Slightly off-topic: The initial motivation for this issue is getting the collection list from CloudSolrServer, but when I went looking for ways to get that information in a machine-readable way from Solr without getting into zookeeper objects, I couldn't find one.  Within CloudSolrServer, it might make sense to use the ZK objects rather than /admin/collections, but I don't think we should force a user to do so.

                
> Make it possible to get list of collections with CollectionsHandler
> -------------------------------------------------------------------
>
>                 Key: SOLR-5076
>                 URL: https://issues.apache.org/jira/browse/SOLR-5076
>             Project: Solr
>          Issue Type: Improvement
>            Reporter: Shawn Heisey
>            Priority: Minor
>
> It would be very useful to have /admin/collections (CollectionsHandler) send a response similar to /admin/cores.  This should probably be the default action, but requiring ?action=STATUS wouldn't be the end of the world.
> It would be very useful if CloudSolrServer were to implement a getCollections method, but that probably should be a separate issue.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org