: I use the Solr 4.0-BETA version, my request url is : http://localhost:8983/solr/collection1/select?q=*%3A*&rows=0&wt=xml&facet.pivot=cat,popularity,inStock&facet.pivot=popularity,cat&facet=true&facet.field=cat&facet.pivot.mincount=0 : : but I do not get any facet pivot info in the result
are you absolutely certain you are using the 4.0-BETA? I just tried that exact URL using hte sample data and i got a facet_pivot section populated with data. what does http://localhost:8983/solr/collection1/admin/system say your solr-spec-version and solr-impl-version are? -Hoss