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

bbu23 created an issue. See original summary.

  • 09ed687d committed on 2.2.x
    Issue #3470096: Retrieve the solr port from opensolr API.
    
bbu23โ€™s picture

bbu23โ€™s picture

Status: Active ยป Fixed
bbu23โ€™s picture

Added to version 2.2.3

Status: Fixed ยป Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.