vyatkinv commented on code in PR #4320:
URL: https://github.com/apache/solr/pull/4320#discussion_r3176902072


##########
solr/solrj-streaming/src/java/org/apache/solr/client/solrj/io/stream/DeepRandomStream.java:
##########
@@ -239,8 +222,8 @@ public Explanation toExplanation(StreamFactory factory) 
throws IOException {
     return explanation;
   }
 
-  void init(String collectionName, String zkHost, SolrParams params) throws 
IOException {
-    this.zkHost = zkHost;
+  void init(String collectionName, String solrCloud, SolrParams params) throws 
IOException {

Review Comment:
   done



##########
solr/solrj-streaming/src/java/org/apache/solr/client/solrj/io/stream/Facet2DStream.java:
##########
@@ -89,7 +89,7 @@ public Facet2DStream(
     String bucketSortString = metric.getIdentifier() + " desc";
     this.bucketSort = parseBucketSort(bucketSortString, x, y);
 
-    init(collection, params, x, y, bucketSort, dimensionX, dimensionY, metric, 
zkHost);
+    init(collection, params, x, y, bucketSort, dimensionX, dimensionY, metric, 
solrCloud);

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]

Reply via email to