首页 > 其他 > 详细

solr DIH 数据配置文件的理解

时间:2014-05-26 13:52:37      阅读:226      评论:0      收藏:0      [点我收藏+]


 

 

 

 

  • 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.

 

solr DIH 数据配置文件的理解,布布扣,bubuko.com

solr DIH 数据配置文件的理解

原文:http://www.cnblogs.com/learnthenknow/p/3746539.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!