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/05/20 19:20:29 UTC

[Solr Wiki] Update of "StandardRequestHandler" by naomidushay

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

The comment on the change is:
fix typos

------------------------------------------------------------------------------
  
  = Query Params =
  
- In addition to the CommonQueryParameters, HighlightingParameters, SimpleFacetParameters, and [:MoreLikeThis:MoreLikeThis Parameters] the Standard Request Handler supports the following Parameters.  Default parameter values to be specified in solrconfig.xml, or overridden  by query-time values in the request.
+ In addition to the CommonQueryParameters, HighlightingParameters, SimpleFacetParameters, and [:MoreLikeThis:MoreLikeThis Parameters] the Standard Request Handler supports the following Parameters.  Default parameter values are specified in solrconfig.xml, or overridden  by query-time values in the request.
  
  Example of Defaults...
  {{{
@@ -40, +40 @@

  
  = Response =
  
- By default, the response from the Standard Query Handler contains one `<result>` block, which is un unnamed.  If the `debugQuery` parameter is used, then an additional `<lst>` block will be returned, using the name "debug".  This will contain some useful debugging info, including the original query string, the parsed query string, and explain info for each document in the `<result>` block.  If the `explainOther` parameter is also used, then additional explain info will be provided for all of documents matching that query.
+ By default, the response from the Standard Query Handler contains one `<result>` block, which is unnamed.  If the `debugQuery` parameter is used, then an additional `<lst>` block will be returned, using the name "debug".  This will contain some useful debugging info, including the original query string, the parsed query string, and explain info for each document in the `<result>` block.  If the `explainOther` parameter is also used, then additional explain info will be provided for all of documents matching that query.
  
  == Sample Responses ==
  
@@ -140, +140 @@

  </response>
  }}}
  
- === The second document in the result set with and debuging info (including it's score explanation) ===
+ === The second document in the result set with debugging info (including its score explanation) ===
  
  `http://yourhost.tld:9999/solr/select?q=cat:electronics+Belkin&version=2.1&start=1&rows=1&indent=on&fl=id+name+score&debugQuery=on`
  {{{