How to list all collections in solr-4.7.2

2015-12-03 Thread rashi gandhi
Hi all, I have setup two solr-4.7.2 server instances on two diff machines with 3 zookeeper severs in solrcloud mode. Now, I want to retrieve list of all the collections that I have created in solrcloud mode. I tried LIST command of collections api, but its not working with solr-4.7.2. Error:

Re: How to list all collections in solr-4.7.2

2015-12-03 Thread Pushkar Raste
Will 'wget http://host;port//solr/admin/collections?action=LIST' help? On 3 December 2015 at 12:12, rashi gandhi wrote: > Hi all, > > I have setup two solr-4.7.2 server instances on two diff machines with 3 > zookeeper severs in solrcloud mode. > > Now, I want to

Re: How to list all collections in solr-4.7.2

2015-12-03 Thread Jeff Wartes
Looks like LIST was added in 4.8, so I guess you’re stuck looking at ZK, or finding some tool that looks in ZK for you. The zkCli.sh that ships with zookeeper would probably suffice for a one-off manual inspection: https://zookeeper.apache.org/doc/trunk/zookeeperStarted.html#sc_ConnectingT