Problem/Motivation
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.
Proposed resolution
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.
Comments
Comment #3
bbu23Link to MR: https://git.drupalcode.org/project/search_api_opensolr/-/merge_requests/13
Comment #4
bbu23Comment #5
bbu23Added to version 2.2.3