-->

How to update ExternalFileField value to external

2019-09-11 11:34发布

问题:

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.