Hi, I am trying to use ExternalFileField on Solr 4.6 running on SolrCloud for the purpose of changing the document score based on a frequently changed field. According to the documentation, the external file needs to be present in the "data" folder of the collection.
I am confused over here on where should I upload the external file on zookeeper so that the file will end up in the "data" folder? I can see "/configs/<config name>" and "/collections/<collection name>" in my zookeeper instance. Am I right in trying to propagate the external file using zookeeper or should I be looking into some other way to sync the file to all solr instances. -- Thanks Varun Gupta