Re: Using ExternalFileField on SolrCloud

2014-04-22 Thread Alan Woodward
Hi Varun, SolrCloud only uses zk to store configuration, not data. Each solr instance will have its own data folder, and you'll need to sync the ExternalFileField file to each one. I don't think you can do this with anything internal to Solr at the moment - we've had clients use basic rsync t

Using ExternalFileField on SolrCloud

2014-04-21 Thread Varun Gupta
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 wh