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/08/29 15:25:01 UTC

[Solr Wiki] Update of "CommonQueryParameters" by GrantIngersoll

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 GrantIngersoll.
http://wiki.apache.org/solr/CommonQueryParameters?action=diff&rev1=28&rev2=29

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

  
  The default value is "`*`"
  
- <<Anchor(debugQuery)>>
+ <<Anchor(debugging)>>
+ == Debugging ==
- == debugQuery ==
+ === debugQuery ===
  
  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.
+ 
+ === debug ===
+ 
+ [[Solr4.0]]
+ See https://issues.apache.org/jira/browse/SOLR-1665
+ 
+ 
+ Clients may also specify control over individual parts of debugging output by specifying debug= with one of four options:
+  * timing -- Provide debug info about timing of components, etc. only
+  * query -- Provide debug info about the query only
+  * results -- Provide debug info about the results (currently explains)
+  * true -- If true, this is the equivalent of &debugQuery=true
+ 
  
  <<Anchor(explainOther)>>
  == explainOther ==