码迷,mamicode.com
首页 > 其他好文 > 详细

solr DIH 数据配置文件的理解

时间:2014-05-24 08:02:49      阅读:286      评论:0      收藏:0      [点我收藏+]

标签:class   c   a   文件   数据   line   


 

 

 

 

  • 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 数据配置文件的理解

标签:class   c   a   文件   数据   line   

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!