You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-commits@lucene.apache.org by Apache Wiki <wi...@apache.org> on 2006/09/07 23:34:46 UTC

[Solr Wiki] Update of "SimpleFacetParameters" by HossMan

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

New page:
/!\ :TODO: /!\ fill in the blanks

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.

Some parameters may be overriden on a per-field basis with the following syntax:

   `f.<fieldName>.<originalParam>=<value>`

eg. `f.contents.hl.snippets=2`


[[TableOfContents]]


== facet ==

== facet.query ==

== facet.field ==


== facet.limit ==

== facet.zeros ==


== facet.missing ==