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 comment on the change is:
cleaning up old incubator URLs

------------------------------------------------------------------------------
  
  == qt ==
  
- The qt (query type) parameter is used by Solr to determine which 
[http://incubator.apache.org/solr/docs/api/org/apache/solr/request/SolrRequestHandler.html
 Query Handler] should be used to process the request.  Valid values are any of 
the names specified by `<requestHandler ... />` declarations in the 
`solrconfig.xml`
+ The qt (query type) parameter is used by Solr to determine which 
[http://lucene.apache.org/solr/docs/api/org/apache/solr/request/SolrRequestHandler.html
 Query Handler] should be used to process the request.  Valid values are any of 
the names specified by `<requestHandler ... />` declarations in the 
`solrconfig.xml`
  
  The default value is "standard".
  
  == wt ==
  
- The wt (writer type) parameter is used by Solr to determine which 
[http://incubator.apache.org/solr/docs/api/org/apache/solr/request/QueryResponseWriter.html
 Query Response Writer] 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 
[http://lucene.apache.org/solr/docs/api/org/apache/solr/request/QueryResponseWriter.html
 Query Response Writer] should be used to process the request.  Valid values 
are any of the names specified by `<queryResponseWriter... />` declarations in 
the `solrconfig.xml`
  
  The default value is "standard".
  

Reply via email to