Re: list of collections

2018-07-17 Thread Kudrettin Güleryüz
Thanks. I saw older references to a CloudSolrServer.getCollectionsList() which confused me a little. On Tue, Jul 17, 2018 at 2:28 PM Webster Homer wrote: > use the Solrcloud Collections API > https://lucene.apache.org/solr/guide/7_3/collections-api.html#list > > On Tue, Jul 17, 2018

Re: list of collections

2018-07-17 Thread Webster Homer
use the Solrcloud Collections API https://lucene.apache.org/solr/guide/7_3/collections-api.html#list On Tue, Jul 17, 2018 at 12:12 PM, Kudrettin Güleryüz wrote: > Hi, > > What is the suggested way to get list of collections from a solr Cloud with > a ZKhost? > > Thank you >

list of collections

2018-07-17 Thread Kudrettin Güleryüz
Hi, What is the suggested way to get list of collections from a solr Cloud with a ZKhost? Thank you

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 <gandhirash...@gmail.com> wrote: > Hi all, > > I have setup two solr-4.7.2 server instances on two diff machines with 3 > zookeeper severs in solrcloud mod

Re: How to list all collections in solr-4.7.2

2015-12-03 Thread Jeff Wartes
oZooKeeper On 12/3/15, 12:05 PM, "Pushkar Raste" <pushkar.ra...@gmail.com> wrote: >Will 'wget http://host;port//solr/admin/collections?action=LIST' help? > >On 3 December 2015 at 12:12, rashi gandhi <gandhirash...@gmail.com> wrote: > >> Hi all, >> >>

Re: List all Collections together with number of records

2015-06-08 Thread Zheng Lin Edwin Yeo
, are we able to use the Collection API or any other method to list all the collections in the cluster together with the number of records in each of the collections in one output? Currently, I only know of the List Collections /admin/collections

Re: List all Collections together with number of records

2015-06-07 Thread Erick Erickson
On Thu, Jun 4, 2015 at 7:47 AM, Zheng Lin Edwin Yeo edwinye...@gmail.com wrote: Hi, Would like to check, are we able to use the Collection API or any other method to list all the collections in the cluster together with the number of records in each

Re: List all Collections together with number of records

2015-06-07 Thread Zheng Lin Edwin Yeo
edwinye...@gmail.com wrote: Hi, Would like to check, are we able to use the Collection API or any other method to list all the collections in the cluster together with the number of records in each of the collections in one output? Currently, I

Re: List all Collections together with number of records

2015-06-06 Thread Erick Erickson
, Would like to check, are we able to use the Collection API or any other method to list all the collections in the cluster together with the number of records in each of the collections in one output? Currently, I only know of the List Collections /admin/collections

Re: List all Collections together with number of records

2015-06-06 Thread Zheng Lin Edwin Yeo
The query for *:* with rows=0 is only for the initial startup. When there's search query and filter, these need to be added in to the query as we wanted to display the total number of records in each of the collections with respect to the query and filter. Regards, Edwin On 5 June 2015 at

Re: List all Collections together with number of records

2015-06-06 Thread Zheng Lin Edwin Yeo
to be combined. Best, Erick On Thu, Jun 4, 2015 at 7:47 AM, Zheng Lin Edwin Yeo edwinye...@gmail.com wrote: Hi, Would like to check, are we able to use the Collection API or any other method to list all the collections in the cluster together

Re: List all Collections together with number of records

2015-06-05 Thread Upayavira
the collections in the cluster together with the number of records in each of the collections in one output? Currently, I only know of the List Collections /admin/collections?action=LIST. However, this only list the names of the collections that are in the cluster

Re: List all Collections together with number of records

2015-06-05 Thread Shawn Heisey
On 6/5/2015 7:00 AM, Upayavira wrote: I'm not so sure this is as bad as it sounds. When your collection is sharded, no single node knows about the documents in other shards/nodes, so to find the total number, a query will need to go to every node. Trying to work out something to do a single

Re: List all Collections together with number of records

2015-06-04 Thread Erick Erickson
to be combined. Best, Erick On Thu, Jun 4, 2015 at 7:47 AM, Zheng Lin Edwin Yeo edwinye...@gmail.com wrote: Hi, Would like to check, are we able to use the Collection API or any other method to list all the collections in the cluster together with the number of records in each

Re: List all Collections together with number of records

2015-06-04 Thread Zheng Lin Edwin Yeo
to the Solr nodes themselves. I'd guess it's unlikely to be combined. Best, Erick On Thu, Jun 4, 2015 at 7:47 AM, Zheng Lin Edwin Yeo edwinye...@gmail.com wrote: Hi, Would like to check, are we able to use the Collection API or any other method to list all the collections

Re: List all Collections together with number of records

2015-06-04 Thread Zheng Lin Edwin Yeo
the collections in the cluster together with the number of records in each of the collections in one output? Currently, I only know of the List Collections /admin/collections?action=LIST. However, this only list the names of the collections that are in the cluster, but not the number

Re: List all Collections together with number of records

2015-06-04 Thread Erick Erickson
unlikely to be combined. Best, Erick On Thu, Jun 4, 2015 at 7:47 AM, Zheng Lin Edwin Yeo edwinye...@gmail.com wrote: Hi, Would like to check, are we able to use the Collection API or any other method to list all the collections in the cluster together with the number of records in each

List all Collections together with number of records

2015-06-04 Thread Zheng Lin Edwin Yeo
Hi, Would like to check, are we able to use the Collection API or any other method to list all the collections in the cluster together with the number of records in each of the collections in one output? Currently, I only know of the List Collections /admin/collections?action=LIST. However

Re: Show list of collections available in Solr server

2015-05-03 Thread Zheng Lin Edwin Yeo
Hi Hussain, Thank you so much for the information. Regards, Edwin On 4 May 2015 at 10:16, Mohmed Hussain mohd.huss...@gmail.com wrote: Hi Edwin Check this documentation https://cwiki.apache.org/confluence/display/solr/Collections+API#CollectionsAPI-List Thanks -Hussain On Sun, May

Show list of collections available in Solr server

2015-05-03 Thread Zheng Lin Edwin Yeo
Hi, Would like to check, is there any way to show the list of collections that are available in the Solr server and output it onto a JSON format? I could not managed to find any documentation on this. Regards, Edwin

Re: Show list of collections available in Solr server

2015-05-03 Thread Mohmed Hussain
Hi Edwin Check this documentation https://cwiki.apache.org/confluence/display/solr/Collections+API#CollectionsAPI-List Thanks -Hussain On Sun, May 3, 2015 at 6:33 PM, Zheng Lin Edwin Yeo edwinye...@gmail.com wrote: Hi, Would like to check, is there any way to show the list of collections