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 2011/04/07 22:44:05 UTC

[Solr Wiki] Update of "SolrFacetingOverview" by JayHill

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Solr Wiki" for change notification.

The "SolrFacetingOverview" page has been changed by JayHill.
http://wiki.apache.org/solr/SolrFacetingOverview?action=diff&rev1=22&rev2=23

--------------------------------------------------

  = What is Faceted Search =
- From the user perspective, faceted search (also called faceted navigation, guided navigation, or parametric search) break up search results into multiple categories, typically showing counts for each, and allow the user to "drill down" or further restrict their search results based on those facets.
+ From the user perspective, faceted search (also called faceted navigation, guided navigation, or parametric search) breaks up search results into multiple categories, typically showing counts for each, and allows the user to "drill down" or further restrict their search results based on those facets.
  
  Solr provides a [[http://wiki.apache.org/solr/SimpleFacetParameters|faceting component]] which is part of the standard request handler and can also be used by various other request handlers to include "Facet counts" based on some simple criteria. [[http://www.lucidimagination.com/Community/Hear-from-the-Experts/Articles/Faceted-Search-Solr|Faceted Search with Solr]] article provides a good introduction to how faceting works with Solr.