【问题标题】:How to configure solr1.4 for Distributed Index and distributed search?如何为分布式索引和分布式搜索配置solr1.4?
【发布时间】:2012-01-11 09:05:45
【问题描述】:

我正在尝试在 Solr 1.4 中配置分布式搜索。它可以通过使用以下网址完美工作“http://localhost:8983/solr/select?shards=localhost:8983/solr,localhost:7574/solr&indent=true&q=ipod+solr” 但我需要在 solrconfig.xml 中配置分片。有什么想法......?

提前致谢

SENTHIL B

【问题讨论】:

    标签: solr


    【解决方案1】:

    您是否查看过 Solr Wiki 上的 Distributed Search 页面。这应该为您提供一个很好的起点。实际上,在 solrconfig.xml 文件中没有配置分片,因为每个分片都是一个单独的 Solr 实例。因此,您只需要设置多个 Solr 实例,请按照 wiki 页面末尾的分布式搜索示例部分中的步骤操作。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 2013-09-30
      • 2015-06-05
      • 2014-06-02
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2014-09-04
      相关资源
      最近更新 更多