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 parameters are use by Solr regardless of which Query Hander is 
used to process the request...
  
- /!\ :TODO: /!\  this doc needs completed
+ == qt ==
  
- === qt ===
+ The qt (query type) parameter is used by Solr to determine which Query 
Handler should be used to process the request.  Valid values are any of the 
names specified by `<requestHandler ... />` declarations in the `solrconfig.xml`
  
- === version ===
+ The default value is "standard".
  
- === stylesheet ===
+ == version ==
  
- === indent ===
+ The version parameter determines the XML protocol used in the response.  
Clients are strongly encourased to ''allways'' specify the protocol version, so 
as to ensure that the format of the response they recieve does not change 
unexpectedly if/when the Solr server is upgraded.
  
+ The default value is "2.1"
+ 
+ == stylesheet ==
+ 
+ The stylesheet parameter can be used to direct Solr to include a 
`<?xml-stylesheet type="text/xsl" href="..."?>` declaration in the XML response 
it returns.
+ 
+ The default behavior is not to return any stylesheet declaration at all.
+ 
+ == indent ==
+ 
+ If the indent parameter is used, and has a non-blank value, then Solr will 
make some attempts at indenting the XML response such that it will be easier to 
read by humans.
+ 
+ The default behavior is not to indent.
+ 

Reply via email to