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: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For additional commands, e-mail: issues-h...@solr.apache.org