I finished to write FacetConverter, but I have some questions:
1) How do I config facet.threads parameter in Json Facet Api?
2) How do I add facet.pivot to query? For example, I need
*q=*:*&facet=true&facet.pivot=A,B*
and I tried to write something like this:
*q=*:*&json.facet={ A_B : {type:terms, field:A,
facet:{type:terms, field:B} } }*
but I get error: wrong aggr_B field.
I didn't find right syntax in the Confluence page.
--
View this message in context:
http://lucene.472066.n3.nabble.com/Upgrade-SOLR-version-facets-perfomance-regression-tp4315027p4320103.html
Sent from the Solr - User mailing list archive at Nabble.com.