org.apache.solr.client.solrj.impl.HttpSolrServer$RemoteSolrException: Document contains multiple values for uniqueKey field: id=[1, 2]
自己把 SolrInputDocument写在了for循环之外导致的错误
本文介绍了在使用Apache Solr时遇到的一个常见错误——SolrInputDocument中的唯一键字段'id'包含多个值的情况。该问题通常发生在将文档构建逻辑放置在循环外部时,导致向Solr发送的数据中同一文档ID对应了多个值。
自己把 SolrInputDocument写在了for循环之外导致的错误
802
7811
1万+
3891
605
574
1463
792
676

被折叠的 条评论
为什么被折叠?