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/07/30 04:03:55 UTC

[Solr Wiki] Update of "CommonQueryParameters" by HossMan

Dear Wiki user,

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

The "CommonQueryParameters" page has been changed by HossMan.
The comment on this change is: cleaning up DisMaxRequestHandler refs.
http://wiki.apache.org/solr/CommonQueryParameters?action=diff&rev1=27&rev2=28

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

- The following list of parameters are supported by both the DisMaxRequestHandler and the StandardRequestHandler.  Although they are not mandatory, it is strongly encouraged that all Future !SolrRequestHandlers support them as well.  [[http://lucene.apache.org/solr/api/org/apache/solr/util/SolrPluginUtils.html|Some Utilities]] exist to make implementing them easy.
+ The following list of parameters are supported by SearchHandler.  Although they are not mandatory, it is strongly encouraged that all Future !SolrRequestHandlers support them as well.  [[http://lucene.apache.org/solr/api/org/apache/solr/util/SolrPluginUtils.html|Some Utilities]] exist to make implementing them easy.
  
  <<TableOfContents>>
  
  <<Anchor(sort)>>
  == sort ==
- 
- Handlers that support sorting including DisMaxRequestHandler and the StandardRequestHandler use a common parameter "sort"
  
  ||||'''Examples'''||
  ||'''sort'''||'''Meaning'''||