Skip to content

Commit 996a245

Browse files
committed
Deprecation: CommonParams.QT "qt" param (SOLR-17715)
It's still being used but signal to everyone to stop using it. (cherry picked from commit 491b907)
1 parent 62f60fa commit 996a245

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

solr/solrj/src/java/org/apache/solr/common/params/CommonParams.java

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,11 @@ public interface CommonParams {
3737

3838
/**
3939
* the Request Handler (formerly known as the Query Type) - which Request Handler should handle
40-
* the request
40+
* the request.
41+
*
42+
* @deprecated route requests by path instead, not using this parameter
4143
*/
42-
String QT = "qt";
44+
@Deprecated String QT = "qt";
4345

4446
/** the response writer type - the format of the response */
4547
String WT = "wt";

0 commit comments

Comments
 (0)