Created 06-22-2016 12:16 AM
In the tutorial on Indexing and Searching Documents with Apache Solr, in Step 8, the tutorial indicates that the port for the search URL is 8984.
Search the indexed documents. Using the browser, visit the url http://sandbox.hortonworks.com:8984/solr/labs/select?q=*:*
However, I get connection refused on this port, but I'm able to navigate successfully on port 8983. Is this an error in the docs or should Solr be accepting connections on both ports?
http://sandbox.hortonworks.com:8983/solr/labs/select?q=*:*
Created 06-22-2016 06:10 PM
Looks like a typo. The forwarded ports which are a part of the Sandbox include only 8983. We'll get it updated
Created 06-22-2016 06:10 PM
Looks like a typo. The forwarded ports which are a part of the Sandbox include only 8983. We'll get it updated
Created 06-22-2016 06:17 PM
Thanks for confirming, I've created issue 161 and pull request 162 on Github.