You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi i have solr cloud with zookeeper setup
we use python to connect to solr using zookeper URLs
import pysolr
pysolr.ZooKeeper.CLUSTER_STATE = '/collections/articles_collection/state.json'
zookeeper = pysolr.ZooKeeper("zookeperURL1:2181, zookeeperURL2:2181, zookeeperURL3:2181")
solr = pysolr.SolrCloud(zookeeper, "articles_collection",timeout=10)
is it possible to create a node solr-client with the 3 zookeper urls using solr-client node library ?
The text was updated successfully, but these errors were encountered:
Hi i have solr cloud with zookeeper setup
we use python to connect to solr using zookeper URLs
import pysolr
pysolr.ZooKeeper.CLUSTER_STATE = '/collections/articles_collection/state.json'
zookeeper = pysolr.ZooKeeper("zookeperURL1:2181, zookeeperURL2:2181, zookeeperURL3:2181")
solr = pysolr.SolrCloud(zookeeper, "articles_collection",timeout=10)
is it possible to create a node solr-client with the 3 zookeper urls using solr-client node library ?
The text was updated successfully, but these errors were encountered: