Re-indexing SOLR document

眉间皱痕 提交于 2019-12-25 04:41:45

问题


I have one file named item.csv, which contains around 100 products for now and it is indexed using SOLR.My requirements is if I add more data around 10 to 100 products on daily basis, do I need to re-index the whole document daily,or does SOLR support indexing only those new data?

Can anyone please clarify my question.

Thanks in advance.


回答1:


Yes, you can just add new documents to the index without having to rebuild the whole index.

If you mean appending data to (or updating) an existing document, then yes, you have to rebuild that document.



来源:https://stackoverflow.com/questions/4474276/re-indexing-solr-document

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