如何通过分片将嵌入式solr相互连接起来

发布于 2025-01-06 17:21:42 字数 353 浏览 1 评论 0原文

我一直在使用多个基本 solr 服务器的分片来进行集群。我还使用了一台嵌入式 solr 服务器(Solrj Java API)和许多基本 solr 服务器,并通过分片连接它们,因为嵌入式 solr 服务器是它们的调用者。为此,我使用了下面的代码行。

SolrQuery query = new SolrQuery();
query.set("shards", "solr1URL,solr2URL,...");

现在,我有许多嵌入式 solr 服务器运行在不同的计算机上,并且它们彼此不知道。 我想通过分片的方式让他们相互沟通。是否可以?如果是的话怎么办?如果不是,您可以建议使用嵌入式 solr 服务器的其他选项是什么?

I have been using sharding with multiple basic solr server for clustering. I also used one embedded solr server (Solrj Java API) with many basic solr servers and connecting them by sharding as embedded solr server is the caller of them. I used the code line below for this purpose.

SolrQuery query = new SolrQuery();
query.set("shards", "solr1URL,solr2URL,...");

Now, I have many embedded solr servers running on different computers and they are unaware of each others.
I want to communicate them with each other by sharding. Is it possible? if yes how? if not what are the other options that you can advice by using embedded solr servers?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

新一帅帅 2025-01-13 17:21:42

Jira 中有一个针对该问题的未决问题。请参阅此处

There is an open issue for that problem in Jira. See here.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文