将数据从solr迁移到弹性搜索

时间:2016-11-10 12:12:20

标签: search elasticsearch solr

将Solr核心迁移到弹性搜索索引的最佳方法是什么?

不推荐使用solr-river-plugin(https://github.com/javanna/elasticsearch-river-solr)。

1 个答案:

答案 0 :(得分:6)

这是一个很好的adhoc Python工具,由OpenSource Connections的优秀人员用爱制作,你可以用来做这个:

https://github.com/o19s/solr-to-es

简单

./solr-to-es solr_url elasticsearch_url elasticsearch_index doc_type

例如,下面的命令将翻阅本地Solr节点上名为node的所有文档,并将它们提交到索引my_index中的本地Elasticsearch服务器,文档类型为{{ 1}}。

my_type