Dear Wiki user, You have subscribed to a wiki page or wiki category on "Solr Wiki" for change notification.
The "CoreQueryParameters" page has been changed by DavidSmiley: http://wiki.apache.org/solr/CoreQueryParameters?action=diff&rev1=10&rev2=11 Comment: Avoid "query type" word usage. == qt == - 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` + If a request uses the `/select` URL, and no SolrRequestHandler has been configured with `/select` as its name, then Solr uses the `qt` 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". + "qt" doesn't really have a default, but the default request handler to dispatch to is "/select". == 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 `solrconfig.xml` - The default value is "standard". + The default value is "standard" (xml). = Parameters That Produce Debugging Info =