[jira] [Commented] (SOLR-17640) Support different filesystem implementations with EmbeddedSolrServer
[ https://issues.apache.org/jira/browse/SOLR-17640?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17930484#comment-17930484 ] Andrey Bozhko commented on SOLR-17640: -- Indeed, this idea came out of the POC I did some time back - and I admit that it's unclear how much value that would be for the community. I'm fine with closing the JIRA - especially since the Java NIO cleanups in the codebase would take care of the "gap" that currently prevents running EmbeddedSolrServer with a zipped configset. Improving DirectoryFactory sounds interesting. I'm not too familiar with that part of the codebase, but I'll take a look and maybe attempt a POC first. > Support different filesystem implementations with EmbeddedSolrServer > > > Key: SOLR-17640 > URL: https://issues.apache.org/jira/browse/SOLR-17640 > Project: Solr > Issue Type: Improvement > Components: Embedded >Affects Versions: 9.8 >Reporter: Andrey Bozhko >Priority: Minor > > EmbeddedSolrServer has a public constructor `EmbeddedSolrServer(Path > solrHome, String defaultCoreName)` - which suggests that any Path > implementation is acceptable (e.g., ZipPath, S3Path, and not just > UnixPath/WindowsPath). > It would be good to try this out and see if EmbeddedSolrServer actually works > with solrHome paths in filesystems other than the default one. -- 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
[jira] [Commented] (SOLR-17640) Support different filesystem implementations with EmbeddedSolrServer
[ https://issues.apache.org/jira/browse/SOLR-17640?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17922812#comment-17922812 ] David Smiley commented on SOLR-17640: - This is the tip of an iceberg. I'm tempted to suggest to close this but I actually love the goal -- it's just an end-state with many steps (not listed here) to reach it. I filed SOLR-17646 which would be a huge value and where most of the effort is needed. Other stuff is nice, ultimately one day leading to an EmbeddedSolrServer fully from Zip maybe but the real value is in the DirectoryFactory. Maybe you would be interested in looking at that? > Support different filesystem implementations with EmbeddedSolrServer > > > Key: SOLR-17640 > URL: https://issues.apache.org/jira/browse/SOLR-17640 > Project: Solr > Issue Type: Improvement > Components: Embedded >Affects Versions: 9.8 >Reporter: Andrey Bozhko >Priority: Minor > > EmbeddedSolrServer has a public constructor `EmbeddedSolrServer(Path > solrHome, String defaultCoreName)` - which suggests that any Path > implementation is acceptable (e.g., ZipPath, S3Path, and not just > UnixPath/WindowsPath). > It would be good to try this out and see if EmbeddedSolrServer actually works > with solrHome paths in filesystems other than the default one. -- 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