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 2010/08/11 16:19:59 UTC

[Solr Wiki] Update of "SimpleFacetParameters" by GrantIngersoll

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 GrantIngersoll.
http://wiki.apache.org/solr/SimpleFacetParameters?action=diff&rev1=41&rev2=42

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

  This parameter can be specified on a per field basis.
  
  This parameter can be specified multiple times to indicate multiple choices.
+ 
+ == Facet by Range ==
+ 
+ <!> [[Solr3.x]]  See https://issues.apache.org/jira/browse/SOLR-1240
+ 
+ Similar to Date faceting (see above), one can facet by any field that supports range queries.  This is particularly useful for the cases in the past where one might stitch together a series of range queries (as facet by query) for things like prices, etc.
+ 
+ === facet.range ===
+ 
+ This param indicates what field to create range facets for.
+ 
+ Example: facet.range=price
+ 
  
  == LocalParams for faceting ==
  <!> [[Solr1.4]]