Hi, Is there a way to specify the facet.method using solr-ruby. I tried to add it like this:
hash["facet.method"] = @params[:facets][:method] if @params[:facets][:method] to line 78 of standard.rb and it works when you add it to the facets Hash. However, if there is another place that I could set that would be great. I am also happy to submit a patch on a ticket if that works. -- Regards, Ian Connor