SOLR - delta import not with last_modified

你说的曾经没有我的故事 提交于 2019-12-12 01:17:46

问题


I saw only ways using delta import with last_modified. Is there some other ways to do delta_imports withut using timestamps? For example, if i have unique key(integer), can i tell SOLR to index only those, which are greater then my last unique key?


回答1:


So you could definitely hack this in yourself. However, what about if you manipulate an existing row? If you use last unique key you won't know that an existing row changed...

Can you explain more fully the usecase for this? Trying to think of some sort of crazy performance issue that this could resolve!



来源:https://stackoverflow.com/questions/1808925/solr-delta-import-not-with-last-modified

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!