首页 > 代码库 > solr DIH 数据配置文件的理解
solr DIH 数据配置文件的理解
-
The query gives the data needed to populate fields of the Solr document in full-import
-
The deltaImportQuery gives the data needed to populate fields when running a delta-import
-
The deltaQuery gives the primary keys of the current entity which have changes since the last index time
-
The parentDeltaQuery uses the changed rows of the current table (fetched with deltaQuery) to give the changed rows in the parent table. This is necessary because whenever a row in the child table changes, we need to re-generate the document which has that field.
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。