Dear Wiki user,

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

The "SimpleFacetParameters" page has been changed by Mahmut Uludag:
http://wiki.apache.org/solr/SimpleFacetParameters?action=diff&rev1=64&rev2=65

Comment:
"which can used" --> "which can be used"

- Solr provides a 
[[http://lucene.apache.org/solr/api/org/apache/solr/request/SimpleFacets.html|Simple
 Faceting toolkit]] which can be reused by various Request Handlers to include 
a "Facet counts" section within a search response. This extra section provides 
a breakdown or summary of the results based on some simple criteria, which can 
used to help implement more advanced search interfaces. Use of faceting does 
not affect the results section of a search response. The SearchHandler uses 
these utilities via the FacetComponent, which supports the parameters listed 
here.
+ Solr provides a 
[[http://lucene.apache.org/solr/api/org/apache/solr/request/SimpleFacets.html|Simple
 Faceting toolkit]] which can be reused by various Request Handlers to include 
a "Facet counts" section within a search response. This extra section provides 
a breakdown or summary of the results based on some simple criteria, which can 
be used to help implement more advanced search interfaces. Use of faceting does 
not affect the results section of a search response. The SearchHandler uses 
these utilities via the FacetComponent, which supports the parameters listed 
here.
  
  For More information on General Issues involved with Faceted searches in 
Solr, please read the SolrFacetingOverview.
  

Reply via email to