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

------------------------------------------------------------------------------
  The following query parameters are use by Solr for all requests...
+ 
+ [[TableOfContents]]
+ 
+ = Parameters That Affect Processing =
  
  == qt ==
  
@@ -14, +18 @@

  
  The default value is "standard".
  
+ = Parameters That Produce Debugging Info =
+ 
+ == echoHandler ==
+ 
+ If the echoHandler parameter is true, Solr places the name of the handle used 
in the response to the client for debugging purposes.
+ 
+ == echoParams ==
+ 
+ The echoParams parameter tells Solr what kinds of Request parameters should 
be included in the response for debugging purposes, legal values include:
+ 
+    * none - don't include any request parameters for debugging
+    * explicit - include the parameters explicitly specified by the client in 
the request
+    * all - include all parameters involved in this request, either specified 
explicitly by the client, or implicit because of the request handler 
configuration.
+ 

Reply via email to