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/CoreQueryParameters

The comment on the change is:
fix typo

------------------------------------------------------------------------------
  
  == qt ==
  
- If a request uses the `/select` URL, and no SolrRequestHandler has been 
configured with `/select` as it's name, then Solr uses the qt (query type) 
parameter to determine which [:SolrRequestHandler:Query Handler] should be used 
to process the request.  Valid values are any of the names specified by 
`<requestHandler ... />` declarations in the `solrconfig.xml`
+ If a request uses the `/select` URL, and no SolrRequestHandler has been 
configured with `/select` as its name, then Solr uses the qt (query type) 
parameter to determine which [:SolrRequestHandler:Query Handler] should be used 
to process the request.  Valid values are any of the names specified by 
`<requestHandler ... />` declarations in `solrconfig.xml`
  
  The default value is "standard".
  
  == wt ==
  
- The wt (writer type) parameter is used by Solr to determine which 
QueryResponseWriter should be used to process the request.  Valid values are 
any of the names specified by `<queryResponseWriter... />` declarations in the 
`solrconfig.xml`
+ The wt (writer type) parameter is used by Solr to determine which 
QueryResponseWriter should be used to process the request.  Valid values are 
any of the names specified by `<queryResponseWriter... />` declarations in 
`solrconfig.xml`
  
  The default value is "standard".
  

Reply via email to