I'm Working on a PHP project where I'm using Solarium as my Primary Library for Interfacing with Apache Solr.
I'm using Json Facet API of Solr as follows:-
json.facet={"unique_docs":"unique(doc_id)","hll_docs":"hll(doc_id)"}
How can I use Similar Query with Solarium.
I've Found an Resolved Issue on the solarium Github Page that is of my concern.
But, the page doesn't explain the way to use it. There is nothing pertaining to this in the Solarium docs either.