risdenk commented on code in PR #1161:
URL: https://github.com/apache/solr/pull/1161#discussion_r1014248482


##########
solr/solrj/build.gradle:
##########
@@ -47,7 +45,6 @@ dependencies {
   testImplementation project(':solr:test-framework')

Review Comment:
   After line 45 we need a new line for 9.x `runtimeOnly 
project(':solr:solrj-streaming')`



##########
solr/solr-ref-guide/modules/deployment-guide/pages/solrj.adoc:
##########
@@ -56,6 +56,8 @@ compile group: 'org.apache.solr', name: 'solr-solrj', 
version: '{solr-full-versi
 
 If you want to use `CloudSolrClient` _and_ have it talk directly to ZooKeeper, 
you will need to add a dependency on the `solr-solrj-zookeeper` artifact.
 
+If you want to build and use 
xref:query-guide:streaming-expressions.adoc[Streaming Expressions] classes in 
your Java code, you will need to add a dependency on the `solr-solrj-streaming` 
artifact.
+

Review Comment:
   This is not needed on branch_9x. 



-- 
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