Hi folks, Doing some faceted queries using 'facet.json' param and SolrJ, the results of which I am processing using SolrJ NestableJsonFacet class. basically as *queryResponse.getJsonFacetingResponse() -> returns *NestableJsonFacet object.
But I have noticed it does not maintain the facet-query order in which it was given in *facet.json.* *Direct queries to solr do maintain that order, but not after it comes to Java layer in SolrJ.* Is there a way to make it maintain that order ? Hopefully the question makes sense, if not please let me know I can clarify further. Thanks, Shivam