[
https://issues.apache.org/jira/browse/SOLR-9617?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15562595#comment-15562595
]
ASF GitHub Bot commented on SOLR-9617:
--------------------------------------
GitHub user kelaban opened a pull request:
https://github.com/apache/lucene-solr/pull/94
SOLR-9617 - Add RemoteFileField FieldType
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/kelaban/lucene-solr jira/master/SOLR-9617
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/lucene-solr/pull/94.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #94
----
commit 01753d4fbdbb5725e351a828ee9cb09bafce564a
Author: Keith Laban <[email protected]>
Date: 2016-09-22T04:21:02Z
SOLR-9617 - Add RemoteFileField FieldType
----
> 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: [email protected]
For additional commands, e-mail: [email protected]