gerlowskija commented on code in PR #4830:
URL: https://github.com/apache/solr/pull/4830#discussion_r3894714039
##########
solr/solrj-streaming/src/java/org/apache/solr/client/solrj/io/stream/SolrStream.java:
##########
@@ -69,13 +69,13 @@ public class SolrStream extends TupleStream {
private transient SolrClientCache clientCache;
private transient boolean doCloseCache;
- // TODO SOLR-17995 proposes that we should deprecate this constructor in
favor of one of the other
- // constructors that requires users to provide the core as an explicit
parameter
/**
* @param collectionOrCoreUrl URL of the Solr core or collection to query,
typically of the form
* "http://host:8983/solr/myCore".
* @param params query-parameters sent with the streaming request
+ * @deprecated since 10.1. Use base URL constructor instead.
*/
+ @Deprecated
Review Comment:
Done
--
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]