You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Keith Laban (JIRA)" <ji...@apache.org> on 2016/10/10 15:24:20 UTC

[jira] [Created] (SOLR-9617) Add Field Type RemoteFileField

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-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org