Done, dove-tailed nicely with
CODEBASE-244.
Set your facet limit config values to 'true', they'll take their pagination limits from echo'd facet.limit solr request parameters, set for instance in the :default_solr_params from
CODEBASE-244 (or set in Solr request handler defaults, if you echoParams=all so the Rails code can see em).
No longer a way to configure 'default' limit with facet limit config alone, instead you can set a facet.limit=x in default_solr_params, and set all your facet limits to 'true'.
Makes it possible and easier to have cleaner solr requests for facet limits.
CODEBASE-244.Set your facet limit config values to 'true', they'll take their pagination limits from echo'd facet.limit solr request parameters, set for instance in the :default_solr_params from
CODEBASE-244(or set in Solr request handler defaults, if you echoParams=all so the Rails code can see em).No longer a way to configure 'default' limit with facet limit config alone, instead you can set a facet.limit=x in default_solr_params, and set all your facet limits to 'true'.
Makes it possible and easier to have cleaner solr requests for facet limits.
CODEBASE-244. Set your facet limit config values to 'true', they'll take their pagination limits from echo'd facet.limit solr request parameters, set for instance in the :default_solr_params fromCODEBASE-244(or set in Solr request handler defaults, if you echoParams=all so the Rails code can see em). No longer a way to configure 'default' limit with facet limit config alone, instead you can set a facet.limit=x in default_solr_params, and set all your facet limits to 'true'. Makes it possible and easier to have cleaner solr requests for facet limits.