Hello I use json facet api to get facets. The response returned with facets and counts However, when I called the getFacetFields method in SolrJ client, I got null results. How can I get the facet results from solrj? I set my query as query.setParam("json.facet", "{entities : {type: terms,field: class2} }" Am I missing something? Thanks.
Yangrui