If you need to override URL creation values in the Solr Node client, you can pass arguments to createClient1:
const solr = require('solr-client');
const client = solr.createClient('localhost', 8983, 'talks', '/solr')
- https://github.com/lbdremy/solr-node-client/blob/master/lib/solr.js [↩]