janhoy commented on code in PR #1161:
URL: https://github.com/apache/solr/pull/1161#discussion_r1014473410
##########
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 can be replaced with an instruction on how to exclude the lib on client
side if not needed.
--
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]