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 2007/03/16 23:30:56 UTC

[Solr Wiki] Trivial Update of "CommonQueryParameters" by DanielNaber

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

The comment on the change is:
typo fixes

------------------------------------------------------------------------------
- The following list of parameters are supported by both the DisMaxRequestHandler and the StandardRequestHandler.  Allthough they are not mandatory, it is strongly encouraged that all Future !SolrRequestHandlers support them as well.  [http://incubator.apache.org/solr/docs/api/org/apache/solr/util/SolrPluginUtils.html Some Utilities] exist to make implementing them easy.
+ 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://incubator.apache.org/solr/docs/api/org/apache/solr/util/SolrPluginUtils.html Some Utilities] exist to make implementing them easy.
  
  [[TableOfContents]]
  
@@ -50, +50 @@

  
  == debugQuery ==
  
- If this parameter is present (regardless of it's value) then additional debugging information will be included in the response, including "explain" info for each of the documents returned.  This debugging info is meant for human consumption... it's XML format could change in the future.
+ If this parameter is present (regardless of its value) then additional debugging information will be included in the response, including "explain" info for each of the documents returned.  This debugging info is meant for human consumption... its XML format could change in the future.
  
  The default behavior is not to include debugging info.