: The wiki on facet.limit : (http://wiki.apache.org/solr/SimpleFacetParameters#facet.limit) says : "This parameter can be specified on a per field basis to indicate a : separate limit for certain fields." But it is not specified how to : specify a specific field. How do you do this?
it's explained at the top of the Parameters section... http://wiki.apache.org/solr/SimpleFacetParameters#Parameters >> Note that many parameters may be overridden on a per-field basis with >> the following syntax: >> >> * f.<fieldName>.<FacetParam>=<value> >> ... ...and then there is an example -Hoss