我正在尝试使用DIH将文档从另一个solr中拉入solr。
solr A有10k文档,但是当我将数据提取到solr B中时,solr B只有9k。
Num Docs:9k,Max Doc:10k。我在下面附加了我的DIH xml。<dataConfig>
<document>
<entity name="files" processor="SolrEntityProcessor" url="http://x.x.x.x:8983/solr/test" query="*:*"/>
</document>
</dataConfig>
答案 0 :(得分:1)
在导入到干净的核心或集合后,maxDocs和numDocs编号不同通常是由于文档被覆盖所致-由于new Vue({
// data and stuff here...
methods: {
canApproveItem(item) {
return this.foreignValues.findIndex(obj => obj.id === item.foreignId) !== -1;
}
}
})
(或配置的id
字段中的值重复)。