如何使用 MapReduceIndexerTool 更新 SolrCloud 中的文档?

How to update documents in SolrCloud using MapReduceIndexerTool?

我正在尝试使用 MapReduceindexerTool 将数据索引到 SolrCloud。我使用带选项 --go-live 的 MapReduceindexerTool 成功建立索引,它将生成的索引分片合并到实时 SolrCloud cluster.But 我发现当文档已经在 SolrCloud 中且具有相同的唯一文档时,它无法更新文档钥匙。 MapReduceindexerTool 忽略所有重复的文档,但我希望使用相同的唯一键由同一文档的最新版本更新它。

如有任何建议,我们将不胜感激。提前致谢。

我找到了这个 post,目前该工具只能插入文档,不能更新或删除现有的 SOLR documents.It 似乎没有计划可以 updating/deleting现有的 SOLR 文档。