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 <lst name="params"> <str name="facet">true</str> <str name="q">*:*</str> <str name="facet.field">cat</str> <str name="facet.pivot.mincount">0</str> <str name="wt">xml</str> <arr name="facet.pivot"> <str>cat,popularity,inStock</str> <str>popularity,cat</str> </arr> <str name="rows">0</str> </lst> </lst> <result name="response" numFound="32" start="0" maxScore="1.0"/> <lst name="facet_counts"> <lst name="facet_queries"/> <lst name="facet_fields"> <lst name="cat"> <int name="electronics">14</int> <int name="currency">4</int> <int name="memory">3</int> <int name="connector">2</int> <int name="graphics card">2</int> <int name="hard drive">2</int> <int name="monitor">2</int> <int name="search">2</int> <int name="software">2</int> <int name="camera">1</int> <int name="copier">1</int> <int name="multifunction printer">1</int> <int name="music">1</int> <int name="printer">1</int> <int name="scanner">1</int> </lst> </lst> <lst name="facet_dates"/> <lst name="facet_ranges"/> </lst> Does any body know the reason ? -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-4-0-BETA-facet-pivot-returns-no-result-tp4007133.html Sent from the Solr - User mailing list archive at Nabble.com.