David Smiley created SOLR-17646: ----------------------------------- Summary: DirectoryFactory should support any NIO FileSystemProvider Key: SOLR-17646 URL: https://issues.apache.org/jira/browse/SOLR-17646 Project: Solr Issue Type: New Feature Reporter: David Smiley
Ideally, the DirectoryFactory should support any NIO FileSystemProvider without assuming the local/default FileSystem. There are a variety of implementations out there, such as for cloud storage (S3, GCP, ...), [HDFS|https://github.com/damiencarol/jsr203-hadoop], and even Zip (imagine a read-only directory). This means switching from String & File to Path, and avoiding sneaky methods that assume the default FileSystem. -- This message was sent by Atlassian Jira (v8.20.10#820010) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For additional commands, e-mail: issues-h...@solr.apache.org