We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62f60fa commit 996a245Copy full SHA for 996a245
solr/solrj/src/java/org/apache/solr/common/params/CommonParams.java
@@ -37,9 +37,11 @@ public interface CommonParams {
37
38
/**
39
* the Request Handler (formerly known as the Query Type) - which Request Handler should handle
40
- * the request
+ * the request.
41
+ *
42
+ * @deprecated route requests by path instead, not using this parameter
43
*/
- String QT = "qt";
44
+ @Deprecated String QT = "qt";
45
46
/** the response writer type - the format of the response */
47
String WT = "wt";
0 commit comments