Currently the solr core port is determined by the connection url's protocol:
- http maps to 80
- https maps to 443
There are some cases where the port can be 8080.
The opensolr API was updated to return the port as well. Update the affected code to use the port retrieved from the core info instead of static local mapping.
Fixed
2.2
Code