One oddity is the duplicated sections:
root_category_name,parent_category_name,category
root_category_id,parent_category_id,category_id
That's in your responseHeader twice. Perhaps something fishy caused from that?
Is this hardcoded in your solrconfig.xml request handler mapping
I forgot to mention that the query is handlede by the Dismax Request Handler
Grant, from the tag and down you see all the query
parameters used. The only thing varying from query to query is the actual
query (q), When searching on by example '1000' (q=1000) facet.pivot fields
are correctly return
The formatting of your message is a bit hard to read. Could you please clarify
which commands worked and which ones didn't? Since the pivot stuff is
relatively new, there could very well be a bug, so if you can give a simple
test case that shows what is going on that would also be helpful, alb