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 2008/12/10 21:10:31 UTC

[Solr Wiki] Update of "SimpleFacetParameters" by LarsKotthoff

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 LarsKotthoff:
http://wiki.apache.org/solr/SimpleFacetParameters

The comment on the change is:
added doc of new facet.sort parameter values

------------------------------------------------------------------------------
  
  === facet.sort ===
  
+ You can set this parameter to "count" to sort the facets by count (highest count first) or "lex" to return the facets sorted in lexicographic order. The default is "count".
+ 
+ This parameter can be specified on a per field basis.
+ 
+ <!> These parameter values are currently only available in the SVN version of Solr. The old values for the parameters are documented below.
+ 
+ <!> ["Solr1.3"]
  Set to "true", this parameter indicates that constraints should be sorted by their count.
  If "false", facets will be in their natural index order (unicode).  For terms in the ascii range, this will be alphabetically sorted.  
  The default is true if facet.limit is greater than 0, false otherwise.
- 
- This parameter can be specified on a per field basis.
  
  === facet.limit ===