Skip to content

How to use solr cloud mode with zookeeper #93

@alishah730

Description

@alishah730

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'
});

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions