Solr 在不同分片上进行分布式搜索 +在不同的机器上

发布于 2025-01-07 11:00:07 字数 405 浏览 0 评论 0原文

我正在尝试实现分布式 Solr 搜索(仅需要使用 Solr 3.4),其中索引分布在多台机器上。 这里的分片是指包含索引的分片文件夹,solr 核心已配置为在该索引上进行搜索。它在参数映射中配置,不存在于 solrconfig.xml 文件中。所以每台机器都会有不同名称的分片文件夹。

例如:

主机1:端口1->分片=分片1,

主机2:端口2 - >分片=分片2,

主机3:端口3 - >分片=分片3。

每台机器上的分片名称可能会动态更改。所以不能在任何xml中配置。在查询中使用“shards”参数:host:port/baseURL 不能帮助我指定该特定机器的分片名称。

有没有办法在查询中配置此分片名称:主机名映射?如果没有,有人可以让我知道解决这个问题的最佳方法是什么吗?

I am trying to implement distributed Solr search (need to use Solr 3.4 only) where the index is distributed on multiple machines.
By shard here, I mean a shard folder containing the index, that the solr core has been configured to search on. It is configured in a parameters map and is not present in the solrconfig.xml file. So each machine will have different names of the shard folder.

For example:

host1:port1 -> shard=shard1,

host2:port2 -> shard=shard2,

host3:port3 -> shard=shard3.

The shard names on each machine are subject to change dynamically. So it cannot be configured in any xml. Using the "shards" param in the query: host:port/baseURL doesnt help me specify the shard name for that specific machine.

Is there a way to configure this shard name:host name mapping in the query? If not, could someone please let me know what would be the best approach to solve this?

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文