Keith Laban created SOLR-9617: --------------------------------- Summary: Add Field Type RemoteFileField Key: SOLR-9617 URL: https://issues.apache.org/jira/browse/SOLR-9617 Project: Solr Issue Type: Improvement Security Level: Public (Default Security Level. Issues are Public) Reporter: Keith Laban
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 (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org