You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@solr.apache.org by GitBox <gi...@apache.org> on 2022/11/04 21:18:28 UTC

[GitHub] [solr] janhoy commented on a diff in pull request #1161: SOLR-15733: Separate out a solrj-streaming module (#1099)

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: issues-unsubscribe@solr.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org
For additional commands, e-mail: issues-help@solr.apache.org