How to update ExternalFileField value to external file which is located on solr directory

限于喜欢 提交于 2019-12-12 02:47:20

问题


I have implemented ExternalFileField in solr. But I am not able to update values into external file "external_BestSellerTest" that is located into ~\data directory inside solr core.

My application and Solr Server were physically separated on two place. Application will calculate a score and generate a file for ExternalFileField. So, Am I need to post this external file into solr directory.

Help me to update values into that external file.

来源:https://stackoverflow.com/questions/33412859/how-to-update-externalfilefield-value-to-external-file-which-is-located-on-solr

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