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 2021/06/10 22:55:39 UTC

[GitHub] [solr] anshumg commented on a change in pull request #173: SOLR-15460: Implement LIKE, IS NOT NULL, IS NULL, and support wildcard * in equals string literal

anshumg commented on a change in pull request #173:
URL: https://github.com/apache/solr/pull/173#discussion_r649583391



##########
File path: solr/solr-ref-guide/src/parallel-sql-interface.adoc
##########
@@ -95,7 +95,7 @@ The JDBC Driver ships with SolrJ. Below is sample code for creating a connection
 ----
 Connection con = null;
 try {
-    con = DriverManager.getConnection("jdbc:solr://" + zkHost + "?collection=collection1&aggregationMode=map_reduce&numWorkers=2");
+    con = DriverManager.getConnection("jdbc:solr://"   zkHost   "?collection=collection1&aggregationMode=map_reduce&numWorkers=2");

Review comment:
       I guess this is accidental? 




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

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