Hello, I'm testing the distributed search using the shards= parameter, looking into the facet counts (release: Solr 1.3.0 RC-2). I noticed that when using facet.limit = -1 (to get unlimited number of facet values with count) there are no facet counts returned at all. There is mention of this in https://issues.apache.org/jira/browse/SOLR-303, but I don't see this working OK in the release mentioned.
My query looks as follows: http://localhost:8080/solr/select?q=<<my query>>&fl=<< some fields>>&facet=true&facet.sort=true&facet.limit=01&facet.field=<< my facet field >>&shards=localhost:8080/solr Am I possibly doing something wrong or is this a bug? Bye, Jaco.