I was wondering how I can enable faceting in the solr config without being forced to put it all the times in the URL. Secondly how can set the number of fields?
thanks
I was wondering how I can enable faceting in the solr config without being
Share
You can pass all the default parameters you need to your request handler like this:
This way you have facet enabled by default for
field1,field2andfield3.