将Solr核心迁移到弹性搜索索引的最佳方法是什么?
不推荐使用solr-river-plugin(https://github.com/javanna/elasticsearch-river-solr)。
答案 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