Re: distinct count of facet field values

2013-02-06 Thread Joey Dale
Try q=*:*&group=true&group.field=cat&group.ngroups=true On 2/4/13 3:53 AM, J Mohamed Zahoor wrote: Hi Is it possible to get the distinct count of a given facet field in Solr? A query like this q=*:*&facet=true&facet.field=cat display the counts of all the unique categories present like ele

Re: SolrCloud: Does each node has to contain the same indexes?

2013-02-05 Thread Joey Dale
There is no reason that wont work. You may have to creating the collections using the cores api rather than the collections api, but it shouldn't be too bad. -Joey On 2/5/13 6:35 AM, Mathias Hodler wrote: Hi, can I set up a SolrCloud with 3 nodes (no sharding, only replicas) like in the foll