You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Uwe Schindler (JIRA)" <ji...@apache.org> on 2011/05/31 19:38:47 UTC

[jira] [Commented] (SOLR-2563) Allow generic pluggable file system implementations

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

Uwe Schindler commented on SOLR-2563:
-------------------------------------

For configuration files (works even with XIncludes) there is already ResourceLoader, which does exactly what you want. To support Zookeeper or HDFS just write a ClassLoader that loads from there.

Since I fixed the XInclude stuff (to use solrres://-URIs), even that works phantastic. Abstraction is ResourceLoader, what is your new idea?

> Allow generic pluggable file system implementations
> ---------------------------------------------------
>
>                 Key: SOLR-2563
>                 URL: https://issues.apache.org/jira/browse/SOLR-2563
>             Project: Solr
>          Issue Type: New Feature
>          Components: update
>    Affects Versions: 4.0
>            Reporter: Jason Rutherglen
>
> For things like configuration files, they can be loaded from places other than the local filesystem, such as Zookeeper or HDFS.  In this issue I will abstract that functionality out.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org