dsmiley commented on PR #4461:
URL: https://github.com/apache/solr/pull/4461#issuecomment-4558490916

   "qt" has uses for sub-query transformer, in solrj-streaming, and probably 
elsewhere.  So I don't think it should be deprecated.  This PR enhances 
documentation on it to discourage needless use of it.
   
   That leaves `SolrQuery.setRequestHandler`.
   
   I like your first two suggestions... but nonetheless I think deprecation was 
premature.  A colleague saw the deprecation and then simply converted a usage 
to `solrQuery.set("qt", "/ourHandler")` which was particularly sad and it's the 
opposite outcome I hoped for -- *more* (explicit) use of "qt".  Maybe 
additional deprecation words could communicate the intent.  Or we just defer 
deprecation until more convenient methods are in-place.
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to