Dear Wiki user, You have subscribed to a wiki page or wiki category on "Solr Wiki" for change notification.
The following page has been changed by HossMan: http://wiki.apache.org/solr/SimpleFacetParameters ------------------------------------------------------------------------------ - Solr provides a [http://incubator.apache.org/solr/docs/api/org/apache/solr/request/SimpleFacets.html Simple Faceting toolkit] which can be reused by various Request Handlers to include "Facet counts" of based on some simple criteria. Both the StandardRequestHandler and the DisMaxRequestHandler currently use these utilities, and support the following parameters. + Solr provides a [http://incubator.apache.org/solr/docs/api/org/apache/solr/request/SimpleFacets.html Simple Faceting toolkit] which can be reused by various Request Handlers to include "Facet counts" based on some simple criteria. Both the StandardRequestHandler and the DisMaxRequestHandler currently use these utilities. - Some parameters may be overridden on a per-field basis with the following syntax: + For More information on General Issues involved with Faceted searchs in Solr, please read the SolrFacetingOverview. + + [[TableOfContents]] + + = Parameters = + + These are the parameters used to drive the Simple Faceting behavior, note that some parameters may be overridden on a per-field basis with the following syntax: `f.<fieldName>.<originalParam>=<value>` eg. `f.category.facet.limit=5` - - [[TableOfContents]] - - = Parameters = == facet ==
