- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Solr web UI port discrepancy
- Labels:
-
Apache Solr
Created ‎06-22-2016 12:16 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks for confirming, I've created issue 161 and pull request 162 on Github.
