harish singh [harish.sing...@gmail.com] wrote:
> Now suppose, there are 100, distinct "loginName"s.
> How to I get this count directly?
Currently your don't. There is a bit of a challenge there as the problem is
very easy to solve for single-shards, but hard for SolrCloud.
> I don't want to
ira/browse/SOLR-6968.
- Original Message -
From: "harish singh"
To: solr-user@lucene.apache.org
Sent: Monday, February 9, 2015 5:34:32 PM
Subject: [MASSMAIL]Total number of Facets
While doing a facet query:
example:
- params:
{
- facet: "true&
While doing a facet query:
example:
- params:
{
- facet: "true",
- indent: "true",
- q: "*:*",
- facet.field: "loginName",
- wt: "json"
}
By defualt, Solr return 100 Facets.
This is fine. If I do "facet.limit=-1", I can get all the facets.
Now suppose,