solr - Using CloudSolrServer as SolrJ client -


My question is that when we are using CloudSolrServer, we specify a zkHost address and LBHttpSolrServer. Now cloud Solersverov extends information about living and dead nodes from zkHost and makes requests. But what if zkHost is specified as a logic then it goes down itself? I think CloudSolrServer should accept a zkHost, as is the case with the LBHPsplore server, which accepts a single server URL.

Any thoughts? Thanks

According to this:

You can pass a comma-delimited list Junk addresses in your artists like:

zk1: 2181, zk2: 2181, zk3: 2181, etc.

Comments

Popular posts from this blog

excel vba - How to delete Solver(SOLVER.XLAM) code -

github - Teamcity & Git - PR merge builds - anyway to get HEAD commit hash? -

ios - Replace text in UITextView run slowly -