solr-node-client configuration

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')
  1. https://github.com/lbdremy/solr-node-client/blob/master/lib/solr.js []

Leave a Reply

Your email address will not be published. Required fields are marked *