[ https://issues.apache.org/jira/browse/SOLR-9617?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Eric Pugh resolved SOLR-9617. ----------------------------- Resolution: Won't Fix Per SOLR-17655, the recommendation for the future is to use in place updates for numeric fields. I think that this type of "seperate storage and compute" could be done in different ways... > Add Field Type RemoteFileField > ------------------------------ > > Key: SOLR-9617 > URL: https://issues.apache.org/jira/browse/SOLR-9617 > Project: Solr > Issue Type: Improvement > Reporter: Keith Laban > Priority: Major > > RemoteFileField extends from ExternalFileField. The purpose of this field > type extension is to download an external file from a remote location (e.g. > S3 or artifactory) to a local location to be used as an external file field. > URLs are maintained as a ManagedResource and can be PUT as a fieldName -> url > mapping. Additionally there is a RequestHandler that will redownload all > RemoteFileFields. This request handler also distributes the request to all > live nodes in the cluster. The RequestHandler also implements SolrCoreAware > and will redownload all files when callad (i.e. whenever a core is loaded). -- This message was sent by Atlassian Jira (v8.20.10#820010) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For additional commands, e-mail: issues-h...@solr.apache.org