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

2016-10-10 Thread Keith Laban (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-9617?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15563051#comment-15563051
 ] 

Keith Laban commented on SOLR-9617:
---

Are you sure that is the right ticket? I don't see the relevance

> 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



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

2016-10-10 Thread Mikhail Khludnev (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-9617?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15562955#comment-15562955
 ] 

Mikhail Khludnev commented on SOLR-9617:


I suppose that such functionality is expected to be provided via SOLR-5944

> 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



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

2016-10-10 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-9617?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=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 
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: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org