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

The comment on the change is:
key localparam for facets

------------------------------------------------------------------------------
  
  Filter exclusion is supported for all types of facets.
  Both the {{{tag}}} and {{{ex}}} local params may specify multiple values by 
separating them with commas.
+ 
+ === key : Changing the output key ===
+ To change the output key for a faceting command, specify a new name via the 
{{{key}}} local param.
+ For example, 
+ {{{
+ facet.field={!ex=dt key=mylabel}doctype
+ }}}
+ Will cause the results to be returned under the key "mylabel" rather than 
"doctype" in the response. This can be helpful when faceting on the same field 
multiple times with different exclusions.
  
  = Deprecated Parameters =
  

Reply via email to