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 2009/04/27 18:08:50 UTC

[Solr Wiki] Trivial Update of "LocalParams" by YonikSeeley

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/LocalParams

The comment on the change is:
pluralize "decouple parameters from default"

------------------------------------------------------------------------------
  }}}
  
  === Parameter dereferencing ===
- Parameter dereferencing or indirection allows one to use the value of another argument rather than specifying it directly.  This can be used to simplify queries, decouple user input from query parameters, or decouple front-end GUI parameters from default set in solrconfig.xml.
+ Parameter dereferencing or indirection allows one to use the value of another argument rather than specifying it directly.  This can be used to simplify queries, decouple user input from query parameters, or decouple front-end GUI parameters from defaults set in solrconfig.xml.
  {{{q={!dismax qf=myfield}solr rocks
  }}} is equivalent to 
  {{{q={!type=dismax qf=myfield v=$qq}&qq=solr rocks