solr-node icon indicating copy to clipboard operation
solr-node copied to clipboard

How to use solr cloud mode with zookeeper

Open alishah730 opened this issue 5 years ago • 0 comments

how to initialize the client with zk host string when solr is in cloud mode? like

zk1:2181,zk2:2181,zk3:2181/solr

based on the current code we have

var client = new SolrNode({
    host: '127.0.0.1',
    port: '8983',
    core: 'test',
    protocol: 'http'
});

alishah730 avatar Oct 02 '20 11:10 alishah730